Browse Source

docs: s/Exisiting/Existing/g (#5202)

tags/magentic-one-cli-v0.2.3
Bilawal Hameed GitHub 1 year ago
parent
commit
42dc80ce60
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      python/packages/autogen-core/docs/src/user-guide/core-user-guide/framework/telemetry.md

+ 1
- 1
python/packages/autogen-core/docs/src/user-guide/core-user-guide/framework/telemetry.md View File

@@ -53,7 +53,7 @@ worker_runtime = GrpcWorkerAgentRuntime(tracer_provider=tracer_provider)

And that's it! Your application is now instrumented with open telemetry. You can now view your telemetry data in your telemetry backend.

### Exisiting instrumentation
### Existing instrumentation

If you have open telemetry already set up in your application, you can pass the tracer provider to the runtime when creating it:
```python


Loading…
Cancel
Save