2023-11-20 16:43:55 +01:00
|
|
|
// Copyright The OpenTelemetry Authors
|
2024-08-26 18:05:54 +02:00
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
2023-11-20 16:43:55 +01:00
|
|
|
|
|
|
|
// Package prometheus provides a Prometheus Exporter that converts
|
|
|
|
// OTLP metrics into the Prometheus exposition format and implements
|
|
|
|
// prometheus.Collector to provide a handler for these metrics.
|
|
|
|
package prometheus // import "go.opentelemetry.io/otel/exporters/prometheus"
|