Skip to content

Commit

Permalink
chore(release): 2.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.3](v2.3.2...v2.3.3) (2024-06-04)

### Miscellaneous Chores

* **deps:** jammy -> noble ([01ed573](01ed573))
* **deps:** update all non-major dependencies ([#235](#235)) ([6b58767](6b58767))
* **deps:** update github-actions ([#236](#236)) ([0836f89](0836f89))
* **deps:** update github/codeql-action action to v3.25.8 ([#239](#239)) ([3c2d4fb](3c2d4fb))
* **deps:** update quay.io/keycloak/keycloak docker tag to v24.0.5 ([#238](#238)) ([bf53b5d](bf53b5d))
* **deps:** update quay.io/keycloak/keycloak:24.0.3 docker digest to 4d6f229 ([#237](#237)) ([77e1977](77e1977))
  • Loading branch information
semantic-release-bot committed Jun 4, 2024
1 parent 01ed573 commit 262509c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker run --rm -it \
-e FhirServerUrl="https://hapi.fhir.org/baseR4" \
-e FetchIntervalSeconds=60 \
-e FhirServerName="HAPI FHIR Demo Server" \
ghcr.io/chgl/fhir-server-exporter:v2.3.2
ghcr.io/chgl/fhir-server-exporter:v2.3.3
```

Open <http://localhost:9797/metrics> to view the resource counts in Prometheus format:
Expand All @@ -33,8 +33,8 @@ fhir_resource_count{type="DiagnosticReport", server_name="HAPI FHIR Demo Server"

The container image is pushed to these registries:

- docker.io/chgl/fhir-server-exporter:v2.3.2
- ghcr.io/chgl/fhir-server-exporter:v2.3.2
- docker.io/chgl/fhir-server-exporter:v2.3.3
- ghcr.io/chgl/fhir-server-exporter:v2.3.3

### Configuration

Expand Down Expand Up @@ -66,7 +66,7 @@ docker run --rm -it \
-e FhirServerName="HAPI FHIR Demo Server" \
-p 9797:9797 \
-v $PWD/src/FhirServerExporter/queries.yaml:/opt/fhir-server-exporter/queries.yaml:ro \
ghcr.io/chgl/fhir-server-exporter:v2.3.2
ghcr.io/chgl/fhir-server-exporter:v2.3.3
```

Here's an example `queries.yaml` file. It exports three gauge metrics as `fhir_male_patient_count`,
Expand Down Expand Up @@ -151,7 +151,7 @@ Prerequisites:
All released container images are signed using [cosign](https://github.com/sigstore/cosign) and SLSA Level 3 provenance is available for verification.

```sh
IMAGE=ghcr.io/chgl/fhir-server-exporter:v2.3.2
IMAGE=ghcr.io/chgl/fhir-server-exporter:v2.3.3
DIGEST=$(crane digest "${IMAGE}")
IMAGE_DIGEST_PINNED="ghcr.io/chgl/fhir-server-exporter@${DIGEST}"
IMAGE_TAG="${IMAGE#*:}"
Expand Down

0 comments on commit 262509c

Please sign in to comment.