Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Fedora 389 Directory Server
Flashpoint
GUIDs
GitLab
Grafana
HDDs
Hackage
IdP
Expand Down
14 changes: 14 additions & 0 deletions docs/guides/administration/configuring-observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,19 @@ scrape_configs:
# password: "changeme"
```

## Visualizing metrics with Grafana

The project does not publish Grafana dashboards as supported artifacts. The dashboards
the maintainers use for their own purposes live in the [API server repository][dashboards].

!!! warning
These dashboards are not supported and not guaranteed to be up-to-date with the
metrics exposed by the current release. Panels may reference metrics that were
renamed or removed.

Use them as a starting point. Build your own dashboards tailored to the metrics and
alerting needs of your deployment.

## Adjusting log levels

By default, Dependency-Track logs at `INFO` level for application loggers and `WARN` for all others.
Expand All @@ -98,3 +111,4 @@ for how to express these properties as environment variables.
[MicroProfile Health]: https://download.eclipse.org/microprofile/microprofile-health-4.0.1/microprofile-health-spec-4.0.1.html
[probe types]: https://kubernetes.io/docs/concepts/configuration/liveness-readiness-startup-probes/
[Prometheus text exposition format]: https://prometheus.io/docs/instrumenting/exposition_formats/#text-based-format
[dashboards]: https://github.com/DependencyTrack/dependency-track/tree/main/dev/monitoring/grafana/dashboards