Skip to content

Commit abed3ab

Browse files
authored
[chore] add status table to mdatagen (#10898)
not sure why it didn't have one, it's convenient for finding issues w/ mdatagen Signed-off-by: Alex Boten <[email protected]>
1 parent 9fd8466 commit abed3ab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cmd/mdatagen/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Metadata Generator
22

3+
<!-- status autogenerated section -->
4+
| Status | |
5+
| ------------- |-----------|
6+
| Stability | [alpha]: metrics |
7+
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Acmd%2Fmdatagen%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Acmd%2Fmdatagen) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Acmd%2Fmdatagen%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Acmd%2Fmdatagen) |
8+
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@dmitryax](https://www.github.com/dmitryax) |
9+
10+
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
11+
<!-- end autogenerated section -->
12+
313
Every component's documentation should include a brief description of the component and guidance on how to use it.
414
There is also some information about the component (or metadata) that should be included to help end-users understand the current state of the component and whether it is right for their use case.
515
Examples of this metadata about a component are:

0 commit comments

Comments
 (0)