Skip to content

Commit

Permalink
Add Bora and Akshat as CodeOwners
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhigbeEromo committed Jan 10, 2025
1 parent 4b8dfa5 commit bc0a884
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exporter/sematextexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| Stability | [development]: metrics, logs |
| Distributions | [contrib] |
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aexporter%2Fsematext%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aexporter%2Fsematext) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aexporter%2Fsematext%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aexporter%2Fsematext) |
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@AkhigbeEromo](https://www.github.com/AkhigbeEromo) |
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@AkhigbeEromo](https://www.github.com/AkhigbeEromo), [@boratanrikulu](https://www.github.com/boratanrikulu), [@akshatagarwl](https://www.github.com/akshatagarwl) |

[development]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#development
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
Expand Down
4 changes: 2 additions & 2 deletions exporter/sematextexporter/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/sematextexporter/internal/metadata"
)

const(
const (
metricsAppToken = "2064e37c-4fac-45f6-831d-922d43fde759"
logsAppToken = "9064e37c-4gac-49f6-831d-922l43fse759"
logsAppToken = "9064e37c-4gac-49f6-831d-922l43fse759"
)

// NewFactory creates a factory for the Sematext metrics exporter.
Expand Down
2 changes: 1 addition & 1 deletion exporter/sematextexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ status:
development: [metrics,logs]
distributions: [contrib]
codeowners:
active: [AkhigbeEromo]
active: [AkhigbeEromo,boratanrikulu,akshatagarwl]

tests:
expect_consumer_error: true

0 comments on commit bc0a884

Please sign in to comment.