[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 ## Conf

View File

@ -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 (

View File

@ -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

View File

@ -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]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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