Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[exporter/datadog] Add telemetry metric for runtime metrics #23138

Merged
Prev Previous commit
Next Next commit
Update test
  • Loading branch information
liustanley committed Jun 6, 2023
commit 2c85887e46c0d90432b70f4c49008029a3e34da5
5 changes: 2 additions & 3 deletions exporter/datadogexporter/internal/metrics/consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@ func TestTagsMetrics(t *testing.T) {
}

func TestConsumeAPMStats(t *testing.T) {
metadata := metrics.RuntimeMetricsTelemetry{
HasRuntimeMetrics: false,
LanguageTags: nil,
metadata := metrics.Metadata{
liustanley marked this conversation as resolved.
Show resolved Hide resolved
Languages: nil,
}
c := NewConsumer()
for _, sp := range testutil.StatsPayloads {
Expand Down
Loading