Skip to content

Commit

Permalink
update exporter configure (#4100)
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley authored Aug 2, 2024
1 parent deeb4d5 commit eb27eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/self-managed/concepts/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ heavy work during instantiation/configuration.

### Metrics

The exporter is provided with a Micrometer [MeterRegistry](https://docs.micrometer.io/micrometer/reference/concepts/registry.html) in the `Exporter#configure(Configuration)` method through the configuration. Any metrics to be exported should interact with the registry.
The exporter is provided with a Micrometer [MeterRegistry](https://docs.micrometer.io/micrometer/reference/concepts/registry.html) in the `Exporter#configure(Context)` method through the configuration. Any metrics to be exported should interact with the registry.

When an exporter is validated, it is only provided with an in-memory register which is then discarded.

Expand Down

0 comments on commit eb27eb0

Please sign in to comment.