Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New component: Honeycomb Event Marker Exporter #26653

Closed
2 tasks done
fchikwekwe opened this issue Sep 12, 2023 · 4 comments
Closed
2 tasks done

New component: Honeycomb Event Marker Exporter #26653

fchikwekwe opened this issue Sep 12, 2023 · 4 comments
Labels
Accepted Component New component has been sponsored Stale

Comments

@fchikwekwe
Copy link
Contributor

fchikwekwe commented Sep 12, 2023

The purpose and use-cases of the new component

This event marker exporter will create makers to be consumed by the Honeycomb Markers API to highlight user events. This exporter will start off with preset applications but more customization may be added in the future.

Example configuration for the component

type Config struct {
	APIKey string `mapstructure:"api_key"`
	APIURL string `mapstructure:"api_url"`
	Presets presets `mapstructure:"presets"`
}

type presets struct {
	K8sEvents bool `mapstructure:"k8s_events"`
}

Telemetry data types supported

Logs

Is this a vendor-specific component?

  • This is a vendor-specific component
  • If this is a vendor-specific component, I am proposing to contribute and support it as a representative of the vendor.

Code Owner(s)

Honeycomb Collection Team

Sponsor (optional)

@TylerHelmuth

Additional context

No response

@fchikwekwe fchikwekwe added needs triage New item requiring triage Sponsor Needed New component seeking sponsor labels Sep 12, 2023
@TylerHelmuth
Copy link
Member

I will sponsor

@fchikwekwe
Copy link
Contributor Author

This component will now create custom marker configurations rather than using presets. Follow #27001 for updates regarding how configuring markers will work.

TylerHelmuth added a commit that referenced this issue Oct 12, 2023
**Description:** This component will export markers to be consumed by
the Honeycomb Markers API to highlight user events based initially on
preset configurations.

**Link to tracking Issue:** #26653 

**Testing:** Unit testing for factory and config

**Documentation:** README describing component usage

---------

Co-authored-by: Tyler Helmuth <[email protected]>
@fchikwekwe
Copy link
Contributor Author

Issue for component functionality: #27666

JaredTan95 pushed a commit to openinsight-proj/opentelemetry-collector-contrib that referenced this issue Oct 18, 2023
**Description:** This component will export markers to be consumed by
the Honeycomb Markers API to highlight user events based initially on
preset configurations.

**Link to tracking Issue:** open-telemetry#26653 

**Testing:** Unit testing for factory and config

**Documentation:** README describing component usage

---------

Co-authored-by: Tyler Helmuth <[email protected]>
jmsnll pushed a commit to jmsnll/opentelemetry-collector-contrib that referenced this issue Nov 12, 2023
**Description:** This component will export markers to be consumed by
the Honeycomb Markers API to highlight user events based initially on
preset configurations.

**Link to tracking Issue:** open-telemetry#26653 

**Testing:** Unit testing for factory and config

**Documentation:** README describing component usage

---------

Co-authored-by: Tyler Helmuth <[email protected]>
Copy link
Contributor

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Component New component has been sponsored Stale
Projects
None yet
Development

No branches or pull requests

2 participants