We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbae9bf commit 814d1c8Copy full SHA for 814d1c8
examples/tencentcloud-tmp/main.tf
@@ -29,16 +29,16 @@ resource "tencentcloud_monitor_tmp_exporter_integration" "tmpExporterIntegration
29
"kind": "cvm-http-sd-exporter",
30
"spec": {
31
"job": <<-EOT
32
- job_name: example-job-name
+ job_name: example-cvm-job-name
33
metrics_path: /metrics
34
cvm_sd_configs:
35
- region: ap-guangzhou
36
ports:
37
- 9100
38
filters:
39
- - name: tag:示例标签键
+ - name: tag:YOUR_TAG_KEY
40
values:
41
- - 示例标签值
+ - YOUR_TAG_VALUE
42
relabel_configs:
43
- source_labels: [__meta_cvm_instance_state]
44
regex: RUNNING
0 commit comments