Monitoring setup on Kubernetes without OpenTelemetry Collector
Using nevisAdmin4 without OpenTelemetry Collector, Prometheus and Grafana can be used for logging Product Analytics metrics for the components.
Infrastructure
By default, the OpenTelemetry agent is installed with the components and nevisAdmin4. It logs the ProductAnalytics
metrics to the application's standard log file.
Setup
If using the default setup, the otel.properties
file looks like this:
otel.service.name = <service-name>
otel.traces.exporter = none
otel.metrics.exporter = none
otel.logs.exporter = none
info
The ProductAnalytics
metrics are logged in every 24 hours to the application's standard log file.