Skip to content

Commit

Permalink
Change schema from otel-v1 to telegraf-prometheus-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhigbeEromo committed Oct 23, 2024
1 parent daecc41 commit 683b038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exporter/sematextexporter/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestLoadConfig(t *testing.T) {
},
Region: "US",
AppToken: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
MetricsSchema: "otel-v1",
MetricsSchema: "telegraf-prometheus-v2",
PayloadMaxLines: 72,
PayloadMaxBytes: 27,
},
Expand Down
2 changes: 1 addition & 1 deletion exporter/sematextexporter/testdata/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ sematext/override-config:
max_elapsed_time: 10s
region: US
app_token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
metrics_schema: otel-v1
metrics_schema: telegraf-prometheus-v2
payload_max_lines: 72
payload_max_bytes: 27

0 comments on commit 683b038

Please sign in to comment.