Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanholmes committed Jul 17, 2024
1 parent fa32077 commit 5a68bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/griptape-framework/drivers/observability-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Observability Drivers are used by [Observability](../structures/observability.md
The Griptape Cloud Observability Driver instruments `@observable` functions and methods with metrics and traces for use with the Griptape Cloud.

!!! note
For the Griptape Cloud Observability Driver to function as intended, it must be run from within either a Managed Structure on Griptape Cloud,
For the Griptape Cloud Observability Driver to function as intended, it must be run from within either a Managed Structure on Griptape Cloud
or locally via the [Skatepark Emulator](https://github.com/griptape-ai/griptape-cli?tab=readme-ov-file#skatepark-emulator).

Here is an example of how to use the `GriptapeCloudObservabilityDriver` with the `Observability` context manager to send the telemetry to Griptape Cloud:
Expand Down Expand Up @@ -45,7 +45,7 @@ from griptape.observability import Observability
from opentelemetry.sdk.trace.export import ConsoleSpanExporter, BatchSpanProcessor

observability_driver = OpenTelemetryObservabilityDriver(
service_name="my-gt-app",
service_name="name-an-animal",
span_processor=BatchSpanProcessor(ConsoleSpanExporter())
)

Expand Down

0 comments on commit 5a68bcb

Please sign in to comment.