[chore] fix metadata.yaml (#12387)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description fix metadata.yaml github_project, add a go:generate instruction to confmap and a banner to README
This commit is contained in:
parent
2dc95dec64
commit
f71fe2757f
|
|
@ -1,6 +1,16 @@
|
||||||
# High Level Design
|
# Confmap
|
||||||
|
|
||||||
This document is work in progress.
|
<!-- status autogenerated section -->
|
||||||
|
| Status | |
|
||||||
|
| ------------- |-----------|
|
||||||
|
| Stability | [stable]: logs, metrics, traces |
|
||||||
|
| Issues | [](https://github.com/open-telemetry/opentelemetry-collector/issues?q=is%3Aopen+is%3Aissue+label%3Apkg%2Fconfmap) [](https://github.com/open-telemetry/opentelemetry-collector/issues?q=is%3Aclosed+is%3Aissue+label%3Apkg%2Fconfmap) |
|
||||||
|
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@mx-psi](https://www.github.com/mx-psi), [@evan-bradley](https://www.github.com/evan-bradley) |
|
||||||
|
|
||||||
|
[stable]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#stable
|
||||||
|
<!-- end autogenerated section -->
|
||||||
|
|
||||||
|
# High Level Design
|
||||||
|
|
||||||
## Conf
|
## Conf
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
// Copyright The OpenTelemetry Authors
|
// Copyright The OpenTelemetry Authors
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
//go:generate mdatagen metadata.yaml
|
||||||
|
|
||||||
package confmap // import "go.opentelemetry.io/collector/confmap"
|
package confmap // import "go.opentelemetry.io/collector/confmap"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
// Copyright The OpenTelemetry Authors
|
// Code generated by mdatagen. DO NOT EDIT.
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
package confmap
|
package confmap
|
||||||
|
|
||||||
|
|
@ -1,8 +1,11 @@
|
||||||
type: nop
|
type: confmap
|
||||||
|
github_project: open-telemetry/opentelemetry-collector
|
||||||
|
|
||||||
status:
|
status:
|
||||||
codeowners:
|
codeowners:
|
||||||
active:
|
active:
|
||||||
- mx-psi
|
- mx-psi
|
||||||
- evan-bradley
|
- evan-bradley
|
||||||
class: confmap
|
class: pkg
|
||||||
|
stability:
|
||||||
|
stable: [logs, metrics, traces]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
type: xconnector
|
type: xconnector
|
||||||
|
github_project: open-telemetry/opentelemetry-collector
|
||||||
|
|
||||||
status:
|
status:
|
||||||
class: connector
|
class: connector
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
type: xconsumer
|
type: xconsumer
|
||||||
|
github_project: open-telemetry/opentelemetry-collector
|
||||||
|
|
||||||
status:
|
status:
|
||||||
class: consumer
|
class: consumer
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
type: rfcs
|
type: rfcs
|
||||||
|
github_project: open-telemetry/opentelemetry-collector
|
||||||
|
|
||||||
status:
|
status:
|
||||||
class: docs
|
class: docs
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
type: xexporterhelper
|
type: xexporterhelper
|
||||||
|
github_project: open-telemetry/opentelemetry-collector
|
||||||
|
|
||||||
status:
|
status:
|
||||||
class: exporter
|
class: exporter
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
type: xexporter
|
type: xexporter
|
||||||
|
github_project: open-telemetry/opentelemetry-collector
|
||||||
|
|
||||||
status:
|
status:
|
||||||
class: exporter
|
class: exporter
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
type: xextension
|
type: xextension
|
||||||
|
github_project: open-telemetry/opentelemetry-collector
|
||||||
|
|
||||||
status:
|
status:
|
||||||
class: extension
|
class: extension
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
type: pprofile
|
type: pprofile
|
||||||
|
github_project: open-telemetry/opentelemetry-collector
|
||||||
|
|
||||||
status:
|
status:
|
||||||
class: pdata
|
class: pdata
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
type: processorhelper
|
type: processorhelper
|
||||||
|
github_project: open-telemetry/opentelemetry-collector
|
||||||
|
|
||||||
status:
|
status:
|
||||||
class: processor
|
class: processor
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
type: xprocessor
|
type: xprocessor
|
||||||
|
github_project: open-telemetry/opentelemetry-collector
|
||||||
|
|
||||||
status:
|
status:
|
||||||
class: processor
|
class: processor
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
type: xreceiver
|
type: xreceiver
|
||||||
|
github_project: open-telemetry/opentelemetry-collector
|
||||||
|
|
||||||
status:
|
status:
|
||||||
class: receiver
|
class: receiver
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
type: graph
|
type: graph
|
||||||
|
github_project: open-telemetry/opentelemetry-collector
|
||||||
|
|
||||||
status:
|
status:
|
||||||
class: service
|
class: service
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue