Skip to content

Commit

Permalink
refactor: rename exporter dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fchikwekwe committed Oct 5, 2023
1 parent 4dfbff3 commit f92d3df
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .chloggen/feat_marker-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
change_type: 'new_component'

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: 'honeycombmarkerexporter'
component: 'honeycombexporter'

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "This component will export markers to be consumed by the Honeycomb Markers API to highlight user events"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,4 @@ exporters:
- logconditions:
- "LogCondition1"
- "LogCondition2"


```
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

//go:generate mdatagen metadata.yaml

// Package honeycombmarkerexporter exports marker data to Honeycomb.
package honeycombexporter // import "github.com/open-telemetry/opentelemetry-collector-contrib/exporter/honeycombmarkerexporter"
// Package honeycombexporter exports marker data to Honeycomb.
package honeycombexporter // import "github.com/open-telemetry/opentelemetry-collector-contrib/exporter/honeycombexporter"
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"go.opentelemetry.io/collector/exporter"
"go.opentelemetry.io/collector/exporter/exporterhelper"

"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/honeycombmarkerexporter/internal/metadata"
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/honeycombexporter/internal/metadata"
)

func NewFactory() exporter.Factory {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f92d3df

Please sign in to comment.