-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all timestamp processor references
- Loading branch information
1 parent
81c7a7c
commit def75d1
Showing
19 changed files
with
15 additions
and
1,191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Timestamp Processor Build | ||
# Collector Test Build | ||
|
||
Whenever bumping the collector libraries the version for `OTC_BUILDER_VERSION` within the `config.yaml` must be updated to match the collector library version. | ||
The `OTC_BUILDER_VERSION` and `builder-config.yaml` collector versions must match. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,35 +17,3 @@ Relevant [OTTL](https://github.com/open-telemetry/opentelemetry-collector-contri | |
- [set](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/pkg/ottl/ottlfuncs#set) | ||
- [TruncateTime](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/pkg/ottl/ottlfuncs#truncatetime) | ||
- [Duration](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/pkg/ottl/ottlfuncs#duration) | ||
# Timestamp Processor for OpenTelemetry Collector | ||
Supported pipeline types: metrics | ||
The timestamp processor will round all timestamps in metrics streams to the nearest `<duration>`. | ||
|
||
Examples: | ||
|
||
```yaml | ||
processors: | ||
timestamp: | ||
round_to_nearest: 1s | ||
``` | ||
|
||
## Publishing a new version of this module | ||
|
||
Please use [semantic versioning standards](https://golang.org/doc/modules/version-numbers) when deciding on a new version number. | ||
|
||
First, make sure that all changes are committed and pushed to the main branch. | ||
|
||
Then: | ||
```bash | ||
go test ./... | ||
git tag timestampprocessor/v1.4.0 # substitute the appropriate version | ||
git push --follow-tags | ||
``` | ||
|
||
To confirm that the published module is available: | ||
```bash | ||
go list -m github.com/honeycombio/opentelemetry-collector-configs/[email protected] | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.