Skip to content

Conversation

@algchoo
Copy link
Contributor

@algchoo algchoo commented Jul 6, 2023

Changes

Details
In the latest version of the exporter, the --telemetry.address flag is replaced by --web.listen-address. Wasn't initially clear to me from the docker container documentation and the github documentation was more helpful. I thought it initially had something to do with the flags having a certain number of dashes and I noticed we we're using default values, so I just removed the args, but that wasn't the issue.

Another note, I didn't see the dashboard appear in the Integrations tab, as I believe we would expect. I was able to verify that metrics were flowing using a clone of the dashboard.

@github-actions github-actions bot requested a review from EvanSimpson July 6, 2023 19:27
Copy link
Collaborator

@yqlu yqlu left a comment

Choose a reason for hiding this comment

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

I tested the new config in my toy cluster and verified that scraping metrics worked OOTB. Thanks for making this change!

Another note, I didn't see the dashboard appear in the Integrations tab, as I believe we would expect.

Good catch! Looks like that's because this integration is still marked as "HIDDEN". Can you change line 3 of prometheus_metadata.yaml from HIDDEN to GA? Seems like all the other prometheus integrations are correctly marked already, and only this one fell between the cracks.

@yqlu yqlu merged commit 5e7e8a6 into GoogleCloudPlatform:master Jul 14, 2023
algchoo added a commit to observIQ/monitoring-dashboard-samples that referenced this pull request Aug 15, 2023
* removed args for the exporter due to them all being default values, updated min version

* updated the args to include web.listen-address which replaced telemetry.address

* updated launch_stage to GA for apache http metadata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants