Skip to content

Commit f4edb9e

Browse files
out_stackdriver: Document metadata_server_url config option (#444)
* out_stackdriver: Document metadata_server_url config option Signed-off-by: Joey DeStefanis <[email protected]> * out_stackdriver: Document metadata_server_url config option Signed-off-by: Joey DeStefanis <[email protected]> * [out_stackdriver] Update metadata server names. Signed-off-by: Joey DeStefanis <[email protected]> * out_stackdriver: VSCode file strikes again. Signed-off-by: Joey DeStefanis <[email protected]> * [out_stackdriver] Add trailing period. Signed-off-by: Joey DeStefanis <[email protected]>
1 parent 4d09a8c commit f4edb9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/stackdriver.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Before to get started with the plugin configuration, make sure to obtain the pro
1515
| google\_service\_credentials | Absolute path to a Google Cloud credentials JSON file | Value of environment variable _$GOOGLE\_SERVICE\_CREDENTIALS_ |
1616
| service\_account\_email | Account email associated to the service. Only available if **no credentials file** has been provided. | Value of environment variable _$SERVICE\_ACCOUNT\_EMAIL_ |
1717
| service\_account\_secret | Private key content associated with the service account. Only available if **no credentials file** has been provided. | Value of environment variable _$SERVICE\_ACCOUNT\_SECRET_ |
18+
| metadata\_server | Prefix for a metadata server. Can also set environment variable _$METADATA\_SERVER_. | http://metadata.google.internal |
1819
| resource | Set resource type of data. Supported resource types: _k8s\_container_, _k8s\_node_, _k8s\_pod_, _global_ and _gce\_instance_. | global, gce\_instance |
1920
| k8s\_cluster\_name | The name of the cluster that the container \(node or pod based on the resource type\) is running in. If the resource type is one of the _k8s\_container_, _k8s\_node_ or _k8s\_pod_, then this field is required. | |
2021
| k8s\_cluster\_location | The physical location of the cluster that contains \(node or pod based on the resource type\) the container. If the resource type is one of the _k8s\_container_, _k8s\_node_ or _k8s\_pod_, then this field is required. | |

0 commit comments

Comments
 (0)