jmx_exporter
jmx_exporter copied to clipboard
The http response header X-Content-Type-Options ,X-XSS-Protection,X-Frame-Options are missing
The contents of my agent configuration file are as follows:
httpServer: authentication: basic: username: agent password: 'agent' lowercaseOutputLabelNames: true lowercaseOutputName: true rules:
- pattern: "java.lang<type=Runtime><>(.*):(.+)" name: java_runtime_$1 help: Java Runtime $1 type: GAUGE action: ignore value: $2 labels: app: "applicationname"
The JMX exporter is designed to be called from Prometheus. These headers are specific to browser access, which is not a common usage pattern.