Skip to content
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

Update config for setting up internal metrics scraper #1573

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

dmitryax
Copy link
Contributor

@dmitryax dmitryax commented Dec 13, 2024

Update config for scraping internal metrics to use new config interface and loopback address. This also drops redundant attributes reported with the internal metrics: net.host.name and server.address.

@dmitryax dmitryax requested review from a team as code owners December 13, 2024 04:38
Update config for scraping internal metrics to use new config interface and loopback address. This also drops redundant attributes reported with the internal metrics: `net.host.name` and `server.address`.
@dmitryax dmitryax force-pushed the update-default-config-temetry-metrics branch from 1ca8c69 to eeb4a05 Compare December 13, 2024 04:38
@@ -847,7 +847,12 @@ exporters:
service:
telemetry:
metrics:
address: 0.0.0.0:8889
readers:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this new config interface also default for the version we are on? I think 8889 is our custom port so we probably have to add this anyway but just curious

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's right. Default is the same, just different 8888 port

@dmitryax dmitryax merged commit bc73797 into main Dec 13, 2024
40 checks passed
@dmitryax dmitryax deleted the update-default-config-temetry-metrics branch December 13, 2024 16:36
@github-actions github-actions bot locked and limited conversation to collaborators Dec 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants