-
Notifications
You must be signed in to change notification settings - Fork 11
[otlpmetric] update the collector version and use the metricstarttime processor #58
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
[otlpmetric] update the collector version and use the metricstarttime processor #58
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Config changes LGTM but there are a couple things we should do instead:
- Update this file instead: https://github.com/GoogleCloudPlatform/otlp-k8s-ingest/blob/main/config/collector.yaml and then run
make generate
to create the config map automatically - Use the make command to update collector version in all the places instead of manually:
Line 46 in bc2c4a6
update-otel-version:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Version file file has proper instructions/commands for version updates. The commands also mentioned here.
You might wanna also update the manifest version and tag new release for this change.
Updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version updates seem to have reflected on all places, just need to fix the formatting for of 1_configmap.yaml
.
da96b0e
to
8939281
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #33
Update the collector version to v0.127.0
Add the metricstarttime processor, and disable the prometheus adjuster to allow the metricstarttime processor to work.
Tested by adding a prometheus receiver to the metrics endpoint to scrape the GMP example app: https://cloud.google.com/stackdriver/docs/managed-prometheus/setup-managed#deploy-app