Skip to content

Commit

Permalink
Add example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Jun 1, 2023
1 parent 78df24d commit 674af54
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,15 @@ quarkus.opentelemetry.tracer.enabled=true
# Required, except in dev mode where it is set to http://localhost:4317 automatically.
# quarkus.opentelemetry.tracer.exporter.otlp=http://otlp-collector:4317

# Version Store Events configuration
#nessie.version.store.events.enable=true
#nessie.version.store.events.metrics.enable=true
#nessie.version.store.events.trace.enable=true
#nessie.version.store.events.static-properties.key1=value1
#nessie.version.store.events.retry.max-attempts=1
#nessie.version.store.events.retry.initial-delay=PT1S
#nessie.version.store.events.retry.max-delay=PT5S

mp.openapi.extensions.smallrye.operationIdStrategy=METHOD

# order matters below, since the first matching pattern will be used
Expand Down

0 comments on commit 674af54

Please sign in to comment.