miracum / fhir-gateway

A thin layer between FHIR REST clients and resource processing pipelines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix duplicate `seconds` in pipeline duration metrics name

chgl opened this issue ยท comments

commented

Currently exported as fhirgateway_pipeline_duration_seconds_seconds_bucket should just be fhirgateway_pipeline_duration_seconds_bucket.

Should be a simple fix in: https://github.com/miracum/fhir-gateway/blob/master/src/main/java/org/miracum/etl/fhirgateway/processors/ResourcePipeline.java#L18

See also: https://github.com/miracum/fhir-gateway/blob/master/src/main/java/org/miracum/etl/fhirgateway/stores/PostgresFhirResourceRepository.java#L32 fhirgateway_postgres_operation_duration_seconds_seconds_bucket

๐ŸŽ‰ This issue has been resolved in version 3.9.6 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€