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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,8 @@ Just define `export LIMA_INSTANCE=$(whoami | tr "." "-")` into your `.zshrc` or
77
77
78
78
In case you have a Datadog account and want to install the Datadog Agent into your local cluster to retrieve logs/metrics/traces from it:
79
79
80
-
-Create an API key [here](https://app.datadoghq.com/organization-settings/api-keys)
81
-
-Create an APP key [here](https://app.datadoghq.com/organization-settings/application-keys)
80
+
-Use the API key 'dev chaos-engineering', or create an API key [here](https://app.datadoghq.com/organization-settings/api-keys)
81
+
-Use the APP key 'dev chaos-engineering', or create an APP key [here](https://app.datadoghq.com/organization-settings/application-keys)
82
82
- Store them securely and add them to your `.zshrc`:
83
83
84
84
> NB: it is recommended to properly tag/isolate your local workload from your PROD workload, check with your Datadog account admin how to adapt tagging accordingly and confirmm which configuration should be applied to your Datadog Agent
0 commit comments