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
To send the metrics to opentelemetry is possible using the function SELECT pgotel_counter('URL_OPENTELEMETRY', 'counter_name', VALUE);, so far the process will be necessary be complete in less 2 seconds, due to this configuration, but can be changed.
@fabriziomello but if I remember well, once the connection closes, the extension don't send the metrics, from my POV pg_cron connect does the task and disconnects (maybe 2 seconds is too short to send all metrics in one connection, it can be increased)
Create an SQL function to send a metrics from postgres to open telemetry collector for each type of metric supported by OTEL protocol:
The functions should also accept a set of labels. See https://github.com/open-telemetry/oteps/blob/main/text/metrics/0049-metric-label-set.md
The text was updated successfully, but these errors were encountered: