-
Notifications
You must be signed in to change notification settings - Fork 0
Datadog integration #24
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is neededintegrationThird-party integrationsThird-party integrationstype: featureNew feature or enhancementNew feature or enhancement
Milestone
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededintegrationThird-party integrationsThird-party integrationstype: featureNew feature or enhancementNew feature or enhancement
Description
Export telemetry data to Datadog for teams using their observability platform.
Features
Example Usage
```rust
TelemetryKit::builder()
.service_name("my-app")
.with_datadog(DatadogConfig {
api_key: env::var("DD_API_KEY")?,
site: "datadoghq.com",
})
.build()?;
```
Benefits
Acceptance Criteria