-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
875c41a
commit 7bed7bf
Showing
51 changed files
with
917 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
package v1alphaExamples | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -179,7 +179,7 @@ const gcloudServiceAccountKey = `{ | |
"type": "service_account", | ||
"project_id": "prod-app", | ||
"private_key_id": "669180ba44964eddba9e2f6623721381", | ||
"private_key": "-----BEGIN PRIVATE KEY-----\nKEY_GOES_HERE\n-----END PRIVATE KEY-----\n", | ||
"private_key": "-----BEGIN PRIVATE KEY-----\nSECRET_KEY_GOES_HERE\n-----END PRIVATE KEY-----\n", | ||
"client_email": "[email protected]", | ||
"client_id": "eddba9e2f66237213812", | ||
"auth_uri": "https://accounts.google.com/o/oauth2/auth", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: amazonprometheus | ||
displayName: AmazonPrometheus Agent | ||
project: default | ||
spec: | ||
description: Example AmazonPrometheus Agent | ||
releaseChannel: stable | ||
amazonPrometheus: | ||
url: https://aps-workspaces.us-east-1.amazonaws.com/workspaces/ws-f49ecf99-6dfa-4b00-9f94-a50b10a3010b | ||
region: us-east-1 | ||
historicalDataRetrieval: | ||
maxDuration: | ||
value: 30 | ||
unit: Day | ||
defaultDuration: | ||
value: 15 | ||
unit: Day | ||
queryDelay: | ||
duration: | ||
value: 1 | ||
unit: Second |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: appdynamics | ||
displayName: AppDynamics Agent | ||
project: default | ||
spec: | ||
description: Example AppDynamics Agent | ||
releaseChannel: stable | ||
appDynamics: | ||
url: https://my-org.saas.appdynamics.com | ||
historicalDataRetrieval: | ||
maxDuration: | ||
value: 30 | ||
unit: Day | ||
defaultDuration: | ||
value: 15 | ||
unit: Day | ||
queryDelay: | ||
duration: | ||
value: 2 | ||
unit: Minute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: azuremonitor | ||
displayName: AzureMonitor Agent | ||
project: default | ||
spec: | ||
description: Example AzureMonitor Agent | ||
releaseChannel: stable | ||
azureMonitor: | ||
tenantId: 5cdecca3-c2c5-4072-89dd-5555faf05202 | ||
historicalDataRetrieval: | ||
maxDuration: | ||
value: 30 | ||
unit: Day | ||
defaultDuration: | ||
value: 15 | ||
unit: Day | ||
queryDelay: | ||
duration: | ||
value: 6 | ||
unit: Minute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: azureprometheus | ||
displayName: AzurePrometheus Agent | ||
project: default | ||
spec: | ||
description: Example AzurePrometheus Agent | ||
releaseChannel: stable | ||
azurePrometheus: | ||
url: https://defaultazuremonitorworkspace-westus2-szxw.westus2.prometheus.monitor.azure.com | ||
tenantId: 41372654-f4b6-4bd1-a3fe-75629c024df1 | ||
historicalDataRetrieval: | ||
maxDuration: | ||
value: 30 | ||
unit: Day | ||
defaultDuration: | ||
value: 15 | ||
unit: Day | ||
queryDelay: | ||
duration: | ||
value: 1 | ||
unit: Second |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: bigquery | ||
displayName: BigQuery Agent | ||
project: default | ||
spec: | ||
description: Example BigQuery Agent | ||
releaseChannel: stable | ||
bigQuery: {} | ||
queryDelay: | ||
duration: | ||
value: 1 | ||
unit: Second |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: cloudwatch | ||
displayName: CloudWatch Agent | ||
project: default | ||
spec: | ||
description: Example CloudWatch Agent | ||
releaseChannel: stable | ||
cloudWatch: {} | ||
historicalDataRetrieval: | ||
maxDuration: | ||
value: 15 | ||
unit: Day | ||
defaultDuration: | ||
value: 7 | ||
unit: Day | ||
queryDelay: | ||
duration: | ||
value: 2 | ||
unit: Minute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: datadog | ||
displayName: Datadog Agent | ||
project: default | ||
spec: | ||
description: Example Datadog Agent | ||
releaseChannel: stable | ||
datadog: | ||
site: com | ||
historicalDataRetrieval: | ||
maxDuration: | ||
value: 30 | ||
unit: Day | ||
defaultDuration: | ||
value: 15 | ||
unit: Day | ||
queryDelay: | ||
duration: | ||
value: 2 | ||
unit: Minute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: dynatrace | ||
displayName: Dynatrace Agent | ||
project: default | ||
spec: | ||
description: Example Dynatrace Agent | ||
releaseChannel: stable | ||
dynatrace: | ||
url: https://zvf10945.live.dynatrace.com/ | ||
historicalDataRetrieval: | ||
maxDuration: | ||
value: 28 | ||
unit: Day | ||
defaultDuration: | ||
value: 14 | ||
unit: Day | ||
queryDelay: | ||
duration: | ||
value: 3 | ||
unit: Minute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: elasticsearch | ||
displayName: Elasticsearch Agent | ||
project: default | ||
spec: | ||
description: Example Elasticsearch Agent | ||
releaseChannel: stable | ||
elasticsearch: | ||
url: http://elasticsearch-main.elasticsearch:9200 | ||
queryDelay: | ||
duration: | ||
value: 2 | ||
unit: Minute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: generic | ||
displayName: Generic Agent | ||
project: default | ||
spec: | ||
description: Example Generic Agent | ||
releaseChannel: stable | ||
generic: {} | ||
queryDelay: | ||
duration: | ||
value: 1 | ||
unit: Second |
21 changes: 21 additions & 0 deletions
21
manifest/v1alpha/agent/examples/googlecloudmonitoring.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: googlecloudmonitoring | ||
displayName: GoogleCloudMonitoring Agent | ||
project: default | ||
spec: | ||
description: Example GoogleCloudMonitoring Agent | ||
releaseChannel: stable | ||
gcm: {} | ||
historicalDataRetrieval: | ||
maxDuration: | ||
value: 30 | ||
unit: Day | ||
defaultDuration: | ||
value: 15 | ||
unit: Day | ||
queryDelay: | ||
duration: | ||
value: 3 | ||
unit: Minute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: grafanaloki | ||
displayName: GrafanaLoki Agent | ||
project: default | ||
spec: | ||
description: Example GrafanaLoki Agent | ||
releaseChannel: stable | ||
grafanaLoki: | ||
url: http://grafana-loki.loki:3100 | ||
queryDelay: | ||
duration: | ||
value: 2 | ||
unit: Minute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: graphite | ||
displayName: Graphite Agent | ||
project: default | ||
spec: | ||
description: Example Graphite Agent | ||
releaseChannel: stable | ||
graphite: | ||
url: http://graphite.graphite:8080/render | ||
historicalDataRetrieval: | ||
maxDuration: | ||
value: 30 | ||
unit: Day | ||
defaultDuration: | ||
value: 15 | ||
unit: Day | ||
queryDelay: | ||
duration: | ||
value: 2 | ||
unit: Minute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: honeycomb | ||
displayName: Honeycomb Agent | ||
project: default | ||
spec: | ||
description: Example Honeycomb Agent | ||
releaseChannel: stable | ||
honeycomb: {} | ||
historicalDataRetrieval: | ||
maxDuration: | ||
value: 7 | ||
unit: Day | ||
defaultDuration: | ||
value: 3 | ||
unit: Day | ||
queryDelay: | ||
duration: | ||
value: 6 | ||
unit: Minute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: influxdb | ||
displayName: InfluxDB Agent | ||
project: default | ||
spec: | ||
description: Example InfluxDB Agent | ||
releaseChannel: stable | ||
influxdb: | ||
url: https://us-west-2-2.aws.cloud2.influxdata.com | ||
queryDelay: | ||
duration: | ||
value: 2 | ||
unit: Minute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- apiVersion: n9/v1alpha | ||
kind: Agent | ||
metadata: | ||
name: instana | ||
displayName: Instana Agent | ||
project: default | ||
spec: | ||
description: Example Instana Agent | ||
releaseChannel: stable | ||
instana: | ||
url: https://orange-my-org12.instana.io | ||
queryDelay: | ||
duration: | ||
value: 2 | ||
unit: Minute |
Oops, something went wrong.