jmx_exporter icon indicating copy to clipboard operation
jmx_exporter copied to clipboard

The http response header X-Content-Type-Options ,X-XSS-Protection,X-Frame-Options are missing

Open shavim opened this issue 2 years ago • 1 comments

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"

shavim avatar Nov 15 '23 07:11 shavim

The JMX exporter is designed to be called from Prometheus. These headers are specific to browser access, which is not a common usage pattern.

dhoard avatar Nov 17 '23 15:11 dhoard