You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
Add support for specifying service name in config (#602)
* Add support for specifying service name in config
The datadog exporter will currently drop the service name which is
specified in the spans. See #198
for more information.
This aligns the datadog exporter with jaeger, wavefront, and zipkin.
They already have this option.
A better solution would be to add support for multiple services, as many
of the other exporters have, but that is a bit over the level of
contribution I can do at the moment.
* Fix typo in comment
0 commit comments