Skip to content

Commit

Permalink
Put office hours on the readme and fix a doc (#798)
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <pete.wall@grafana.com>
  • Loading branch information
petewall authored Oct 14, 2024
1 parent 902e54e commit 890e2aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

## Maintainers

| Name | Email | URL |
| ---- | ------ |-----|
| petewall | <pete.wall@grafana.com> | |
| skl | <stephen.lang@grafana.com> | |
| Name | Email | URL |
|----------|----------------------------|-----|
| petewall | <pete.wall@grafana.com> | |
| skl | <stephen.lang@grafana.com> | |

## Usage

Expand All @@ -33,6 +33,14 @@ helm repo add grafana https://grafana.github.io/helm-charts

See the [Chart Documentation](https://github.com/grafana/k8s-monitoring-helm/blob/main/charts/k8s-monitoring-v1/README.md) for chart install instructions.

## Office Hours

We hold office hours roughly monthly. Meeting times and recordings will be posted here:

| Date | Topic | Link |
|------------|----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|
| 2024-10-11 | Upcoming 2.0 version | [Recording](https://grafana.zoom.us/rec/share/ZF00DnBBu7X68T5WDEeA6PUsiKF7D6bfi3KBVJTFZMiYnSVPp3gm7t_v-VAm-48y.htONt-nVrmpfFTsG) Passcode: U&2T37Gb |

## Contributing

See our [Contributing Guide](./CONTRIBUTING.md) for more information.
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-monitoring-v1/docs/HelmTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ These queries are added by default and are used if their respective metric sourc
| | `up` | `metrics.enabled: true` |
| Grafana Alloy | `alloy_build_info{cluster="<clusterName>"}` | `metrics.enabled: true`<br>`metrics.alloy.enabled: true` |
| Kubelet | `kubernetes_build_info{cluster="<clusterName>"}` | `metrics.enabled: true`<br>`metrics.kubelet.enabled: true` |
| Kubelet Resource | `node_cpu_usage_seconds_total{cluster="<clusterName>"} | `metrics.enabled: true`<br>`metrics.kubeletResource.enabled: true` |
| Kubelet Resource | `node_cpu_usage_seconds_total{cluster="<clusterName>"}` | `metrics.enabled: true`<br>`metrics.kubeletResource.enabled: true` |
| cAdvisor | `machine_memory_bytes{cluster="<clusterName>"}` | `metrics.enabled: true`<br>`metrics.cadvisor.enabled: true` |
| kube-state-metrics | `kube_node_info{cluster="<clusterName>"}` | `metrics.enabled: true`<br>`metrics.kube-state-metrics.enabled: true` |
| Node Exporter | `node_exporter_build_info{cluster="<clusterName>"}` | `metrics.enabled: true`<br>`metrics.node-exporter.enabled: true` |
Expand Down

0 comments on commit 890e2aa

Please sign in to comment.