Skip to content

Commit

Permalink
fix: Update module name and fix README title (#139)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Cleans up the dynamic sampler after it was added so it can be imported
correctly.

## Short description of the changes

- Update the module name by removing the`/processor/` part of the path
- Update the README title

---------

Co-authored-by: Kent Quirk <[email protected]>
  • Loading branch information
MikeGoldsmith and kentquirk authored Aug 27, 2024
1 parent 41887ed commit 62059d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dynamicsamplingprocessor/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Reduce Processor
# Dynamic Sampling Processor

<!-- status autogenerated section -->
| Status | |
Expand Down
2 changes: 1 addition & 1 deletion dynamicsamplingprocessor/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/honeycombio/opentelemetry-collector-configs/processor/dynamicsamplingprocessor
module github.com/honeycombio/opentelemetry-collector-configs/dynamicsamplingprocessor

go 1.21.0

Expand Down

0 comments on commit 62059d4

Please sign in to comment.