Skip to content

Commit

Permalink
make OTLPMetricExporter pass the preferred_aggregation argument to th…
Browse files Browse the repository at this point in the history
…e _common_configuration function
  • Loading branch information
Dudssource authored and ocelotl committed Feb 13, 2024
1 parent 704b4d8 commit 1718871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def __init__(
{"Content-Encoding": self._compression.value}
)

self._common_configuration(preferred_temporality)
self._common_configuration(preferred_temporality, preferred_aggregation)

def _export(self, serialized_data: str):
data = serialized_data
Expand Down

0 comments on commit 1718871

Please sign in to comment.