Skip to content

Commit

Permalink
fixed parameters for example
Browse files Browse the repository at this point in the history
  • Loading branch information
s4v4g3 committed Nov 23, 2023
1 parent b24d320 commit 6f9d760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main() -> int:
if __name__ == "__main__":
# one-time collection setup -- assumes a collector agent running locally with an http receiver on port 4318
options = TelemetryOptions(
SERVICE_NAME="OpenTelemetry Example",
OTEL_SERVICE_NAME="OpenTelemetry Example",
OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4318",
OTEL_EXPORTER_OTLP_PROTOCOL="http/protobuf",
)
Expand Down

0 comments on commit 6f9d760

Please sign in to comment.