[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:
Antoine Toulme 2025-02-14 03:00:42 -08:00 committed by GitHub
parent 2dc95dec64
commit f71fe2757f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with 31 additions and 6 deletions

View File

@ -1,6 +1,16 @@
# High Level Design
# Confmap
This document is work in progress.
<!-- status autogenerated section -->
| Status | |
| ------------- |-----------|
| Stability | [stable]: logs, metrics, traces |
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector?query=is%3Aissue%20is%3Aopen%20label%3Apkg%2Fconfmap%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector/issues?q=is%3Aopen+is%3Aissue+label%3Apkg%2Fconfmap) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector?query=is%3Aissue%20is%3Aclosed%20label%3Apkg%2Fconfmap%20&label=closed&color=blue&logo=opentelemetry)](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

View File

@ -1,6 +1,8 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
//go:generate mdatagen metadata.yaml
package confmap // import "go.opentelemetry.io/collector/confmap"
import (

View File

@ -1,5 +1,4 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
// Code generated by mdatagen. DO NOT EDIT.
package confmap

View File

@ -1,8 +1,11 @@
type: nop
type: confmap
github_project: open-telemetry/opentelemetry-collector
status:
codeowners:
active:
- mx-psi
- evan-bradley
class: confmap
class: pkg
stability:
stable: [logs, metrics, traces]

View File

@ -1,4 +1,5 @@
type: xconnector
github_project: open-telemetry/opentelemetry-collector
status:
class: connector

View File

@ -1,4 +1,5 @@
type: xconsumer
github_project: open-telemetry/opentelemetry-collector
status:
class: consumer

View File

@ -1,4 +1,5 @@
type: rfcs
github_project: open-telemetry/opentelemetry-collector
status:
class: docs

View File

@ -1,4 +1,5 @@
type: xexporterhelper
github_project: open-telemetry/opentelemetry-collector
status:
class: exporter

View File

@ -1,4 +1,5 @@
type: xexporter
github_project: open-telemetry/opentelemetry-collector
status:
class: exporter

View File

@ -1,4 +1,5 @@
type: xextension
github_project: open-telemetry/opentelemetry-collector
status:
class: extension

View File

@ -1,4 +1,5 @@
type: pprofile
github_project: open-telemetry/opentelemetry-collector
status:
class: pdata

View File

@ -1,4 +1,5 @@
type: processorhelper
github_project: open-telemetry/opentelemetry-collector
status:
class: processor

View File

@ -1,4 +1,5 @@
type: xprocessor
github_project: open-telemetry/opentelemetry-collector
status:
class: processor

View File

@ -1,4 +1,5 @@
type: xreceiver
github_project: open-telemetry/opentelemetry-collector
status:
class: receiver

View File

@ -1,4 +1,5 @@
type: graph
github_project: open-telemetry/opentelemetry-collector
status:
class: service