mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Typo fix in stackdriver-exporter/README.md: "for this to exporter to work"->"for this exporter to work" (#4940)
* add version add version * Typo fix in stackdriver-exporter/README.md Typo fix in stackdriver-exporter/README.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Stackdriver exporter for Prometheus
|
||||
name: stackdriver-exporter
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
appVersion: 0.5.1
|
||||
home: https://www.stackdriver.com/
|
||||
sources:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Stackdriver Exporter
|
||||
|
||||
Prometheus exporter for Stackdriver, allowing for Google Cloud metrics. You
|
||||
must have appropriate IAM permissions for this to exporter to work. If you
|
||||
must have appropriate IAM permissions for this exporter to work. If you
|
||||
are passing in an IAM key then you must have:
|
||||
|
||||
* monitoring.metricDescriptors.list
|
||||
@@ -58,14 +58,14 @@ Stackdriver-Exporter chart and their default values.
|
||||
|
||||
Parameter | Description | Default
|
||||
----------------------------------- | ------------------------------------ | --------------------------------
|
||||
`replicaCount` | desired number of pods | `1`
|
||||
`restartPolicy` | container restart policy | `Always`
|
||||
`image.repository` | container image repository | `justwatch/stackdriver_exporter`
|
||||
`image.tag` | container image tag | `1.0.2`
|
||||
`image.pullPolicy` | container image pull policy | `IfNotPresent`
|
||||
`resources` | resource requests & limits | `{}`
|
||||
`service.type` | type of service to create | `ClusterIP`
|
||||
`service.httpPort` | port for the http service | `9255`
|
||||
`replicaCount` | Desired number of pods | `1`
|
||||
`restartPolicy` | Container restart policy | `Always`
|
||||
`image.repository` | Container image repository | `justwatch/stackdriver_exporter`
|
||||
`image.tag` | Container image tag | `1.0.2`
|
||||
`image.pullPolicy` | Container image pull policy | `IfNotPresent`
|
||||
`resources` | Resource requests & limits | `{}`
|
||||
`service.type` | Type of service to create | `ClusterIP`
|
||||
`service.httpPort` | Port for the http service | `9255`
|
||||
`stackdriver.projectId` | GCP Project ID | ``
|
||||
`stackdriver.metrics.typePrefixes` | Comma separated Metric Type prefixes | ``
|
||||
`stackdriver.metrics.interval` | Metrics interval to request from GCP | `5m`
|
||||
|
||||
Reference in New Issue
Block a user