Skip to content

Commit

Permalink
drop etcd_request_duration_seconds_bucket + bump chart version + helm…
Browse files Browse the repository at this point in the history
…-docs (#212)
  • Loading branch information
alex5517 authored Apr 19, 2024
1 parent d4d8ffd commit 015c61b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/oaas-observability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A Helm chart to deploy obeservability stack on Kubernetes
home: https://github.com/neticdk/k8s-oaas-observability
sources:
- https://github.com/neticdk/k8s-oaas-observability
version: 2.1.46
version: 2.1.47
maintainers:
- name: langecode
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/oaas-observability/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# oaas-observability

![Version: 2.1.46](https://img.shields.io/badge/Version-2.1.46-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.1.47](https://img.shields.io/badge/Version-2.1.47-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart to deploy obeservability stack on Kubernetes

Expand Down Expand Up @@ -198,7 +198,7 @@ $ helm install my-release netic-oaas/oaas-observability
| kubeApiServer.serviceMonitor.metricRelabelings[4].regex | string | `"reflector_(items_per_list|items_per_watch|list_duration_seconds|lists_total|short_watches_total|watch_duration_seconds|watches_total)"` | |
| kubeApiServer.serviceMonitor.metricRelabelings[4].sourceLabels[0] | string | `"__name__"` | |
| kubeApiServer.serviceMonitor.metricRelabelings[5].action | string | `"drop"` | |
| kubeApiServer.serviceMonitor.metricRelabelings[5].regex | string | `"etcd_(helper_cache_hit_count|helper_cache_miss_count|helper_cache_entry_count|object_counts|request_cache_get_latencies_summary|request_cache_add_latencies_summary|request_latencies_summary)"` | |
| kubeApiServer.serviceMonitor.metricRelabelings[5].regex | string | `"etcd_(helper_cache_hit_count|helper_cache_miss_count|helper_cache_entry_count|object_counts|request_cache_get_latencies_summary|request_cache_add_latencies_summary|request_latencies_summary|request_duration_seconds_bucket)"` | |
| kubeApiServer.serviceMonitor.metricRelabelings[5].sourceLabels[0] | string | `"__name__"` | |
| kubeApiServer.serviceMonitor.metricRelabelings[6].action | string | `"drop"` | |
| kubeApiServer.serviceMonitor.metricRelabelings[6].regex | string | `"transformation_(transformation_latencies_microseconds|failures_total)"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/oaas-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ kubeApiServer:
sourceLabels:
- __name__
- action: drop
regex: etcd_(helper_cache_hit_count|helper_cache_miss_count|helper_cache_entry_count|object_counts|request_cache_get_latencies_summary|request_cache_add_latencies_summary|request_latencies_summary)
regex: etcd_(helper_cache_hit_count|helper_cache_miss_count|helper_cache_entry_count|object_counts|request_cache_get_latencies_summary|request_cache_add_latencies_summary|request_latencies_summary|request_duration_seconds_bucket)
sourceLabels:
- __name__
- action: drop
Expand Down

0 comments on commit 015c61b

Please sign in to comment.