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.Geneva] Add support for exporting metrics to different combinations of account and namespace #1111

14 changes: 14 additions & 0 deletions src/OpenTelemetry.Exporter.Geneva/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,24 @@

## Unreleased

* Fix a bug where metrics without exemplars were not getting exported.
([#1099](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1099))

* Relaxed table name mapping validation rules to restore the previous behavior
from version 1.3.0.
([#1109](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/issues/1109))

* Add support for exporting metrics to more than a single account/namespace
utpilla marked this conversation as resolved.
Show resolved Hide resolved
combination using a single GenevaMetricExporter instance. Users can now export
individual metric streams to:
* An account of their choice by adding the dimension
`_microsoft_metrics_account` and providing a `string` value for it as the
account name.
* A metric namespace of their choice by adding the dimension
`_microsoft_metrics_namespace` and providing a `string` value for it as the
namespace name.
([#1111](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1111))

## 1.5.0-alpha.1

Released 2023-Mar-13
Expand Down
Loading