prometheus-community / prometheus-community/stackdriver_exporter
Not getting all bigtable metrics
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 295
- Forks
- 117
- Avg merge
- 9d 14h
- Merged PRs (30d)
- 7
Description
I have a question about stackdriver_exporter. I am trying to get out Bigtable metrics into Prometheus. Currently, I am only getting the following metrics below:
stackdriver_bigtable_cluster_bigtable_googleapis_com_cluster_cpu_load
stackdriver_bigtable_cluster_bigtable_googleapis_com_cluster_cpu_load_hottest_node
stackdriver_bigtable_cluster_bigtable_googleapis_com_cluster_disk_load
stackdriver_bigtable_cluster_bigtable_googleapis_com_cluster_node_count
stackdriver_bigtable_cluster_bigtable_googleapis_com_cluster_storage_utilization
stackdriver_bigtable_cluster_bigtable_googleapis_com_disk_bytes_used
stackdriver_bigtable_cluster_bigtable_googleapis_com_disk_storage_capacity
stackdriver_bigtable_table_bigtable_googleapis_com_table_bytes_used
For some reason, I am not getting read/write/latency information. Am I missing something?
These are my values of data im trying to get.
- name: STACKDRIVER_EXPORTER_MONITORING_METRICS_TYPE_PREFIXES
value: "bigtable.googleapis.com"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the STACKDRIVER_EXPORTER_MONITORING_METRICS_TYPE_PREFIXES configuration and the exporter path that handles Bigtable metrics. Check whether read, write, and latency metrics are available from Stackdriver and whether the exporter filters them; done means identifying the cause and documenting or correcting the required behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- gcp, go
- Domain
- cloud, observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100