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

Allow configurable maximum metrics limit in MeterProviderSdk #2626

Closed
wazzamatazz opened this issue Nov 17, 2021 · 1 comment
Closed

Allow configurable maximum metrics limit in MeterProviderSdk #2626

wazzamatazz opened this issue Nov 17, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@wazzamatazz
Copy link

Feature Request

The maximum number of metrics that MeterProviderSdk can observe is currently limited to 1000 using a constant limit value. While this is a sensible default limit, it would be great if this limit could be set via the MeterProviderSdk constructor if required, to allow a little bit more flexibility in situations where you know that you will be working with larger numbers of instruments.

An example of where this would be useful would be when integrating with industrial process systems. It might be necessary to interface with hundreds of individual systems via various different protocols (Modbus, MQTT, OPC UA, MTConnect, various vendor-specific protocols, and so on), with each individual connection having associated telemetry information that is desirable to observe.

@wazzamatazz wazzamatazz added the enhancement New feature or request label Nov 17, 2021
@cijothomas
Copy link
Member

Thanks for raising this. We are aware of this, and want to allow users to set this limit.
This is tracked here : #2358
closing as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants