diff --git a/develop-docs/backend/application-domains/metrics.mdx b/develop-docs/backend/application-domains/metrics.mdx index 93bae8f8504bfa..c00b9013e08dfb 100644 --- a/develop-docs/backend/application-domains/metrics.mdx +++ b/develop-docs/backend/application-domains/metrics.mdx @@ -145,9 +145,9 @@ LOGGING['handlers']['console:metrics'] = { } ``` -## Composit Experimental Backend +## Composite Experimental Backend -The current implementation of the `MetricsBackend` is known as `CompositExperimentalMetricsBackend`. The `CompositeExperimentalMetricsBackend` reports all operations to both Datadog and Sentry. For this reason, you will be able to see your metrics on both platforms. +The current implementation of the `MetricsBackend` is known as `CompositeExperimentalMetricsBackend`. The `CompositeExperimentalMetricsBackend` reports all operations to both Datadog and Sentry. For this reason, you will be able to see your metrics on both platforms. ```python SENTRY_METRICS_BACKEND = "sentry.metrics.composite_experimental.CompositeExperimentalMetricsBackend"