Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Provide unauthenticated endpoint for Prometheus #29

Open
hectorhuertas opened this issue Jul 6, 2018 · 4 comments
Open

Provide unauthenticated endpoint for Prometheus #29

hectorhuertas opened this issue Jul 6, 2018 · 4 comments

Comments

@hectorhuertas
Copy link

Hi,

Would it be possible to provide an unauthenticated endpoint for the Prometheus exporter?

We are running graylog inside kubernetes, where the authentication doesn't play nice with Prometheus' kubernetes service discovery and would like to avoid having a custom configuration just for graylog.

Thanks

@runningman84
Copy link

@jalogisch is there any chance to get this feature with 3.x?

@george-angel
Copy link

We found an acceptable workaround by running a side-car pushgateway container in the same pod (we run Graylog on kubernetes)

      - name: pushgateway
        image: prom/pushgateway:v0.5.2
        livenessProbe:
          httpGet:
            path: /#/status
            port: 9091
        readinessProbe:
          httpGet:
            path: /#/status
            port: 9091
        resources:
          requests:
            memory: 10Mi
          limits:
            memory: 100Mi
        ports:
          - name: metrics
            containerPort: 9091

@runningman84
Copy link

@george-angel thanks for the hint, btw. this is our current graylog helm chart:
https://github.com/arvatoaws/graylog-helm-chart

@jalogisch
Copy link
Contributor

@runningman84 I do not think that this happens - but you never know what someone else contributes.

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

No branches or pull requests

5 participants