Skip to content

Commit

Permalink
Add metric exporter
Browse files Browse the repository at this point in the history
Initialize OpenTelemetry's periodic metric exporter to send regular
metric data to the Agent OpenTelemetry metrics endpoint. It also enables
users to send their own OpenTelemetry metrics using compatible metrics
providers.
  • Loading branch information
luismiramirez committed Feb 1, 2024
1 parent 66c8d38 commit 232ad25
Show file tree
Hide file tree
Showing 5 changed files with 1,327 additions and 913 deletions.
6 changes: 6 additions & 0 deletions .changesets/add-metric-exporter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bump: "minor"
type: "add"
---

The OpenTelemetry metric exporter is now initialized by default. The integration will send default metrics from the instrumentations, and also allows you to send your custom metrics using OpenTelemetry to AppSignal to build your own dashboards.
Loading

0 comments on commit 232ad25

Please sign in to comment.