Skip to content

[Feature request] Be able to specify additional resource attributes for hyperdx-frontend's internal telemetry signals #1787

@vinzee

Description

@vinzee

Problem Statement

Hyperdx allows overriding the service.name for Hyperdx's own telemetry by setting NEXT_PUBLIC_OTEL_SERVICE_NAME in the env vars (Although this is not clearly documented anywhere).

But afaik there is to specify additional resource attributes for the hyperdx frontend app. We would like to be able to set the following attributes: service.namespace, service.version, deployment.environment

Things that I have tried and did not work

I tried setting NEXT_PUBLIC_OTEL_SERVICE_NAMESPACE:xyz or OTEL_RESOURCE_ATTRIBUTES:service.namespace=xyz or NEXT_PUBLIC_OTEL_RESOURCE_ATTRIBUTES:service.namespace=xyz but I did not see those being added to the otel request payload for metrics/logs/traces.

Configuration

Version: 2.16.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions