Skip to content

Commit

Permalink
Add support for Managed Grafana in quick-start
Browse files Browse the repository at this point in the history
- This change adds an ability to create and use an Azure Managed Grafana
in the quick-start script.
  • Loading branch information
Tanay Kothari committed Dec 6, 2024
1 parent 7bc9658 commit 1531693
Show file tree
Hide file tree
Showing 8 changed files with 17,362 additions and 139 deletions.
7,389 changes: 7,256 additions & 133 deletions build/k8s/bundle.sh

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions build/k8s/collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,23 @@ data:
# Disable metrics forwarding to endpoints.
disable-metrics-forwarding = false
lift-labels = [
{ name = 'host' },
{ name = 'cluster' },
{ name = 'adxmon_pod', column = 'Pod' },
{ name = 'adxmon_namespace', column = 'Namespace' },
{ name = 'adxmon_container', column = 'Container' },
]
# Key/value pairs of labels to add to all metrics.
lift-resources = [
{ name = 'host' },
{ name = 'cluster' },
{ name = 'adxmon_pod', column = 'Pod' },
{ name = 'adxmon_namespace', column = 'Namespace' },
{ name = 'adxmon_container', column = 'Container' },
]
# Key/value pairs of labels to add to all metrics and logs.
[add-labels]
Expand Down Expand Up @@ -306,6 +323,23 @@ data:
# Disable metrics forwarding to endpoints.
disable-metrics-forwarding = false
lift-labels = [
{ name = 'host' },
{ name = 'cluster' },
{ name = 'adxmon_pod', column = 'Pod' },
{ name = 'adxmon_namespace', column = 'Namespace' },
{ name = 'adxmon_container', column = 'Container' },
]
# Key/value pairs of labels to add to all metrics.
lift-resources = [
{ name = 'host' },
{ name = 'cluster' },
{ name = 'adxmon_pod', column = 'Pod' },
{ name = 'adxmon_namespace', column = 'Namespace' },
{ name = 'adxmon_container', column = 'Container' },
]
# Key/value pairs of labels to add to all metrics.
[add-labels]
Expand Down
Loading

0 comments on commit 1531693

Please sign in to comment.