mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 12:16:38 +00:00
8 lines
356 B
Go
8 lines
356 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// 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"
|