Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
shavim opened this issue Nov 15, 2023 · 1 comment

Comments

@shavim
Copy link

shavim commented Nov 15, 2023

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"
@dhoard
Copy link
Collaborator

dhoard commented Nov 17, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants