Path: blob/main/component/otelcol/receiver/prometheus/internal/doc.go
5395 views
// Package internal is a near copy of1// https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.61.0/receiver/prometheusreceiver/internal2// A copy was made because the upstream package is internal. If it is ever made3// public, our copy can be removed.4//5// Copyright The OpenTelemetry Authors.6//7// Licensed under the Apache License, Version 2.0 (the "License");8// you may not use this file except in compliance with the License.9// You may obtain a copy of the License at10//11// http://www.apache.org/licenses/LICENSE-2.012//13// Unless required by applicable law or agreed to in writing, software14// distributed under the License is distributed on an "AS IS" BASIS,15// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.16// See the License for the specific language governing permissions and17// limitations under the License.18package internal192021