Skip to content

Commit

Permalink
Merge branch 'main' into jessesimpson36-warning-about-console-and-oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesimpson36 authored Aug 2, 2024
2 parents 120d9c0 + 84f147d commit 530155a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/self-managed/concepts/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ validation of their configuration (e.g. fail if missing arguments). For this val
One caveat is that an instance of an exporter is created and immediately thrown away. Therefore, exporters should not perform any computationally
heavy work during instantiation/configuration.

### Metrics

The exporter is provided with a Micrometer [MeterRegistry](https://docs.micrometer.io/micrometer/reference/concepts/registry.html) in the `Exporter#configure(Configuration)` method through the configuration. Any metrics to be exported should interact with the registry.

When an exporter is validated, it is only provided with an in-memory register which is then discarded.

:::note
Zeebe creates a single isolated class loader for every JAR referenced by exporter configurations. If the same JAR is reused to define different exporters, these will share the same class loader.

Expand Down
4 changes: 2 additions & 2 deletions howtos/documentation-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ Keep the following guidelines in mind when creating Zeebe diagrams:

**Operate**

Find [automation code here](https://github.com/camunda/operate/tree/master/client/e2e-playwright/docs-screenshots). These test files must be adjusted to change screenshots.
Find [automation code here](https://github.com/camunda/camunda/tree/main/operate/client/e2e-playwright/docs-screenshots). These test files must be adjusted to change screenshots.

A new screenshot run can be triggered manually using [GitHub actions](https://github.com/camunda/operate/tree/master/client/e2e-playwright/docs-screenshots).
A new screenshot run can be triggered manually using [GitHub actions](https://github.com/camunda/camunda/tree/main/operate/client/e2e-playwright/docs-screenshots).
The screenshots can then be downloaded from the workflow.

**Tasklist**
Expand Down

0 comments on commit 530155a

Please sign in to comment.