You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-27 22:49:15 +02:00
11 lines
276 B
Go
11 lines
276 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package main provides a code sample of the Prometheus exporter.
|
|
//
|
|
// Deprecated: Examples are moved to https://github.com/open-telemetry/opentelemetry-go-contrib.
|
|
package main
|
|
|
|
func main() {
|
|
}
|