Skip to content

Commit

Permalink
docs: Fixed known identifier bug in NewRelic analysis doc (argoproj#1050
Browse files Browse the repository at this point in the history
)
  • Loading branch information
russellwhitaker authored Mar 25, 2021
1 parent 92c1b16 commit e803db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/analysis/newrelic.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
The `result` evaluated for the condition will always be map or list of maps. The name will follow the pattern of either `function` or `function.field`, e.g. `SELECT average(duration) from Transaction` will yield `average.duration`. In this case the field result cannot be accessed with dot notation and instead should be accessed like `result['average.duration']`. Query results can be renamed using the [NRQL clause `AS`](https://docs.newrelic.com/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions#sel-as) as seen above.

A New Relic access profile can be configured using a Kubernetes secret in the `argo-rollouts` namespace. Alternate accounts can be used by creating more secrets of the same format and specifying which secret to use in the metric provider configuration using the `profileSecretName` field.
A New Relic access profile can be configured using a Kubernetes secret in the `argo-rollouts` namespace. Alternate accounts can be used by creating more secrets of the same format and specifying which secret to use in the metric provider configuration using the `profile` field.

```yaml
apiVersion: v1
Expand Down

0 comments on commit e803db0

Please sign in to comment.