/
githubmirror
/
opentelemetry-collector-contrib
Обзор
Документация
Войти
/
githubmirror
/
opentelemetry-collector-contrib
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
processor/attributesprocessor/doc.go
8 строк
388 B
Alex Boten
[chore] use license shortform (#22052)
18 май 2023, 04:59
Не верифицирован
18 май 2023, 04:59
5133f4c
Код
Авторство
О чём код?
// Copyright The OpenTelemetry Authors // SPDX-License-Identifier: Apache-2.0 //go:generate mdatagen metadata.yaml // Package attributesprocessor contains the logic to modify attributes of a span. // It supports insert, update, upsert and delete as actions. package attributesprocessor // import "github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor"