tailcall icon indicating copy to clipboard operation
tailcall copied to clipboard

Could there be a `name` option for telemetry export?

Open Nomia opened this issue 9 months ago • 0 comments

Hello, is there any config that enable the developer to rename the telemetry export/new relic app name, currently we only have the url and headers options available

"telemetry": {
    "export": {
      "otlp": {
        "url": "https://otlp.nr-data.net:4317/v1/traces",
        "headers": [
          {
            "key": "api-key",
            "value": "{{.env.NEW_RELIC_LICENSE_KEY}}"
          }
        ]
      }
    }
  }

Image

Is your feature request related to a problem? Please describe. no

Describe the solution you'd like could we have a name option in the export section?

Describe alternatives you've considered no

Nomia avatar Apr 07 '25 11:04 Nomia