docs/operator-manual/notifications/services/newrelic.md
apiURL - the api server url, e.g. https://api.newrelic.comapiKey - a NewRelic ApiKeymaxIdleConns - optional, maximum number of idle (keep-alive) connections across all hosts.maxIdleConnsPerHost - optional, maximum number of idle (keep-alive) connections per host.maxConnsPerHost - optional, maximum total connections per host.idleConnTimeout - optional, maximum amount of time an idle (keep-alive) connection will remain open before closing, e.g. '90s'.argocd-notifications-secret Secret and configure NewRelic integration in argocd-notifications-cm ConfigMapapiVersion: v1
kind: ConfigMap
metadata:
name: argocd-notifications-cm
data:
service.newrelic: |
apiURL: <api-url>
apiKey: $newrelic-apiKey
apiVersion: v1
kind: Secret
metadata:
name: <secret-name>
stringData:
newrelic-apiKey: apiKey
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
annotations:
notifications.argoproj.io/subscribe.<trigger-name>.newrelic: <app-id>
revision - optional, The revision being deployed. Can contain a custom template to extract the revision from your specific application status structure.
{{.app.status.operationState.syncResult.revision}}description - optional, high-level description of this deployment, visible in the Summary page and on the Deployments page when you select an individual deployment.
messagechangelog - optional, A summary of what changed in this deployment, visible in the Deployments page when you select (selected deployment) > Change log.
{{(call .repo.GetCommitMetadata .app.status.sync.revision).Message}}user - optional, A username to associate with the deployment, visible in the Summary and on the Deployments.
{{(call .repo.GetCommitMetadata .app.status.sync.revision).Author}}context: |
argocdUrl: https://example.com/argocd
template.app-deployed: |
message: Application {{.app.metadata.name}} has successfully deployed.
newrelic:
description: Application {{.app.metadata.name}} has successfully deployed