miracum / fhir-gateway

A thin layer between FHIR REST clients and resource processing pipelines.
Apache License 2.0
12 stars 7 forks source link

Fix duplicate `seconds` in pipeline duration metrics name #14

Closed chgl closed 3 years ago

chgl commented 3 years ago

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

miracum-bot commented 3 years ago

:tada: This issue has been resolved in version 3.9.6 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: