We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1a9fa commit 89fb6c2Copy full SHA for 89fb6c2
exporter/opentelemetry-exporter-datadog/src/opentelemetry/exporter/datadog/exporter.py
@@ -63,7 +63,7 @@ class DatadogSpanExporter(SpanExporter):
63
service: The service name to be used for the application or use ``DD_SERVICE`` environment variable
64
env: Set the application’s environment or use ``DD_ENV`` environment variable
65
version: Set the application’s version or use ``DD_VERSION`` environment variable
66
- tags: A list of default tags to be added to every span or use ``DD_TAGS`` environment variable
+ tags: A list (formatted as a comma-separated string) of default tags to be added to every span or use ``DD_TAGS`` environment variable
67
"""
68
69
def __init__(
0 commit comments