This repository was archived by the owner on Nov 7, 2022. It is now read-only.
Commit 6b475fc
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 comment1 parent 7b8085d commit 6b475fc
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments