tailcall
tailcall copied to clipboard
Could there be a `name` option for telemetry export?
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}}"
}
]
}
}
}
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