You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theMeterProviderSdk
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.
The text was updated successfully, but these errors were encountered: