Skip to content

Commit

Permalink
Add batching support to metrics-exporter. (#286)
Browse files Browse the repository at this point in the history
* Add batching support to metrics-exporter.

* Retry when we fail to write metric descriptors.
  • Loading branch information
tbarker25 authored Jan 27, 2022
1 parent b904c05 commit 9b5f9a8
Show file tree
Hide file tree
Showing 4 changed files with 10,648 additions and 40 deletions.
5 changes: 5 additions & 0 deletions exporter/collector/integrationtest/testcases.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ var (
OTLPInputFixturePath: "testdata/fixtures/summary_metrics.json",
ExpectFixturePath: "testdata/fixtures/summary_metrics_expect.json",
},
{
Name: "Batching",
OTLPInputFixturePath: "testdata/fixtures/batching_metrics.json",
ExpectFixturePath: "testdata/fixtures/batching_metrics_expect.json",
},
{
Name: "Ops Agent Self-Reported metrics",
OTLPInputFixturePath: "testdata/fixtures/ops_agent_self_metrics.json",
Expand Down
Loading

0 comments on commit 9b5f9a8

Please sign in to comment.