You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our existing Helm chart is just a copy and paste of the existing
`deployment.yaml` for `kubectl`, with some unrelated broken files
alongside it.
Replace this with templates that actually interpolate the values in
the chart. Rather than having the release process copy-paste the
`deployment.yaml` from the root into the chart, do the opposite: use
Helm's template as the source of truth to generate `deployment.yaml`
from.
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,33 @@
1
1
# AppSignal for Kubernetes
2
2
3
-
Extracts Kubenetes Cluster Metrics.
3
+
AppSignal for Kubernetes is an agent that collects and sends metrics about your Kubernetes cluster to your AppSignal account.
4
4
5
5
## Installation
6
6
7
-
In a Kubernetes cluster, set up your AppSignal API key (find your _App-specific_ API key in [App settings](https://appsignal.com/redirect-to/app?to=info)) by creating a secret:
7
+
First, set up your AppSignal API key (find your _App-specific_ API key in [App settings](https://appsignal.com/redirect-to/app?to=info)) by creating a secret:
After installing AppSignal for Kubernetes into a cluster, AppSignal's Host Metrics are automatically replaced with Cluster Metrics to display cluster metrics.
28
+
AppSignal for Kubernetes will start sending Kubernetes metrics automatically.
29
+
30
+
After installing AppSignal for Kubernetes, AppSignal's Host Metrics are automatically replaced with Cluster Metrics to display cluster metrics.
0 commit comments