Skip to content

Commit

Permalink
Remove description of metric name composition
Browse files Browse the repository at this point in the history
Signed-off-by: Ram Cohen <[email protected]>
  • Loading branch information
RamCohen committed Mar 16, 2022
1 parent 273e028 commit c017714
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/docs/2.7/scalers/gcp-stackdriver.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ triggers:
- `filter` - The stackdriver query filter for obtaining the metric. The metric is for the last minute and if multiple values are returned, the first one is used.
- `targetValue` - Average target value to trigger scaling actions. (Default: `5`, Optional)

The metric name will be generated automatically based on the trigger index and `projectId`, for example: **s0-gcp-stackdriver-myProject**.

The `credentialsFromEnv` property maps to the name of an environment variable in the scale target (`scaleTargetRef`) that contains the service account credentials (JSON). KEDA will use those to connect to Google Cloud Platform and collect the configured stack driver metrics.

### Authentication Parameters
Expand Down

0 comments on commit c017714

Please sign in to comment.