Skip to content

Commit

Permalink
Fix generate.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakerouse committed Oct 9, 2024
1 parent 59fd714 commit a0b822c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 11 deletions.
7 changes: 7 additions & 0 deletions pkg/status/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# pkg/status

<!-- status autogenerated section -->
| Status | |
| ------------- |-----------|
| Stability | [development]: extension |
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Apkg%2Fstatus%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Apkg%2Fstatus) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Apkg%2Fstatus%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Apkg%2Fstatus) |
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@jpkrohling](https://www.github.com/jpkrohling), [@mwear](https://www.github.com/mwear) |

[development]: https://github.com/open-telemetry/opentelemetry-collector#development
<!-- end autogenerated section -->

## Overview
Expand Down
12 changes: 2 additions & 10 deletions pkg/status/package_test.go → pkg/status/doc.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package status // import "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/status"

import (
"testing"
//go:generate mdatagen metadata.yaml

"go.uber.org/goleak"
)

func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}
package status // import "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/status"
13 changes: 13 additions & 0 deletions pkg/status/generated_package_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pkg/status/metadata.yml → pkg/status/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
type: status

status:
class: pkg
stability:
development: [ extension ]
development: [extension]
codeowners:
active: [jpkrohling, mwear]

0 comments on commit a0b822c

Please sign in to comment.