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

Extraneous resource IDs #53

Open
Thakurvaibhav opened this issue May 19, 2024 · 0 comments
Open

Extraneous resource IDs #53

Thakurvaibhav opened this issue May 19, 2024 · 0 comments

Comments

@Thakurvaibhav
Copy link

Hi,

I am trying to configure this exporter to get OTC RDS Metrics. The OTC Project has 2 RDS instances running but the exporter shows 4 resource IDs for all metrics

{__name__="rds_rds001_cpu_util", cluster="my-cluster", instance="172.16.0.115:39100", job="kubernetes-service-endpoints", k8s_app="otc-exporter", kubernetes_name="otc-exporter", kubernetes_namespace="monitoring", resource_id="<REDACTED_ID_1>", unit="%"}
{__name__="rds_rds001_cpu_util", cluster="my-cluster", instance="172.16.0.115:39100", job="kubernetes-service-endpoints", k8s_app="otc-exporter", kubernetes_name="otc-exporter", kubernetes_namespace="monitoring", resource_id="<REDACTED_ID_2>", unit="%"}
{__name__="rds_rds001_cpu_util", cluster="my-cluster", instance="172.16.0.115:39100", job="kubernetes-service-endpoints", k8s_app="otc-exporter", kubernetes_name="otc-exporter", kubernetes_namespace="monitoring", resource_id="<REDACTED_ID_3>", unit="%"}
{__name__="rds_rds001_cpu_util", cluster="my-cluster", instance="172.16.0.115:39100", job="kubernetes-service-endpoints", k8s_app="otc-exporter", kubernetes_name="otc-exporter", kubernetes_namespace="monitoring", resource_id="<REDACTED_ID_4>", unit="%"}

I have correctly set the OS_PROJECT_ID and OS_DOMAIN_NAME.
Interestingly I also have another OTC Project and the Access & Secret have access to it. But the 2 extra resource IDs do not exist over there as well.

Any help is much appreciated.

Thank you!

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

No branches or pull requests

1 participant