Timestamp Processor for OpenTelemetry Collector
Supported pipeline types: metrics
The timestamp processor will round all timestamps in metrics streams to the nearest <duration>
.
Examples:
processors:
timestamp:
round_to_nearest: 1s
Publishing a new version of this module
Please use semantic versioning standards when deciding on a new version number.
First, make sure that all changes are committed and pushed to the main branch.
Then:
go test ./...
git tag timestampprocessor/v1.4.0 # substitute the appropriate version
git push --follow-tags
To confirm that the published module is available:
go list -m github.com/honeycombio/opentelemetry-collector-configs/timestampprocessor@v1.4.0