Exporters shouldn't have service name parameter
See original GitHub issueExporters jaeger
, zipkin
and opencensus
accept an argument service_name
but ideally they should rely on the Resource
’s service.name
attribute from Tracer/Span to indicate the resource that produced the corresponding telemetry.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:9 (9 by maintainers)
Top Results From Across the Web
webpack - Error: Should not import the named export 'version ...
As of Webpack 5 the named export is deprecated which mirrors the behaviour of node. To work around use in webpack config: ignoreWarnings:...
Read more >Writing exporters - Prometheus.io
Metric names should not include the labels that they're exported with, e.g. by_type , as that won't make sense if the label is...
Read more >OpenTelemetry Environment Variable Specification
The goal of this specification is to unify the environment variable names between different OpenTelemetry SDK implementations.
Read more >export PATH ( ';' PARAMETER )* ( ',' PATH ( ';' - bnd
name – Overrides the default name of the output file. It should contain the extension. The file should not have path segments, it...
Read more >Reports - Export To File - REST API (Power ... - Microsoft Learn
Exports the specified report from My workspace to the requested file ... Service: Power BI REST APIs ... Data contract for paginated report...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, that’s what I mentioned in the issue title, I hope that’s conveying the same? We need to remove the service_name param and use the Resource attribute.
@lonewolf3739 , Just to clarify on the requirement: consider the following export() function of jaeger: