Skip to content

Commit 814d1c8

Browse files
author
andreaxia
committed
update job
1 parent cbae9bf commit 814d1c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/tencentcloud-tmp/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ resource "tencentcloud_monitor_tmp_exporter_integration" "tmpExporterIntegration
2929
"kind": "cvm-http-sd-exporter",
3030
"spec": {
3131
"job": <<-EOT
32-
job_name: example-job-name
32+
job_name: example-cvm-job-name
3333
metrics_path: /metrics
3434
cvm_sd_configs:
3535
- region: ap-guangzhou
3636
ports:
3737
- 9100
3838
filters:
39-
- name: tag:示例标签键
39+
- name: tag:YOUR_TAG_KEY
4040
values:
41-
- 示例标签值
41+
- YOUR_TAG_VALUE
4242
relabel_configs:
4343
- source_labels: [__meta_cvm_instance_state]
4444
regex: RUNNING

0 commit comments

Comments
 (0)