Git Product home page Git Product logo

Comments (4)

chrroberts-pure avatar chrroberts-pure commented on July 18, 2024 2

Hi @imperatives @BadrZef - I've just submitted PR #109 to help us resolve this issue. It will be included in the next release.

from pure-fa-openmetrics-exporter.

chrroberts-pure avatar chrroberts-pure commented on July 18, 2024

Hi! Thank you for the issue.

I think this MAY be an issue with the JSON that's returned from the Purity API causing a major break in the string.

It would be very very helpful to get some of the raw output from /alerts from your array so I can test this further.

Can you please send us an email at [email protected] to schedule a call to gather this debug information? Thanks!

from pure-fa-openmetrics-exporter.

imperatives avatar imperatives commented on July 18, 2024

@chrroberts-pure We are experiencing the same label value mismatching in the purefa_alerts_open metric. Let me know if you need any additional information.

from pure-fa-openmetrics-exporter.

chrroberts-pure avatar chrroberts-pure commented on July 18, 2024

@imperatives , yes that would be very helpful to grab the Alerts endpoint from your array.

// Get API versions available 
curl -k https://gse-array01/api/api_version

// Use latest API version (this example is 2.30) and paste in Array API token
curl -k -D --location --request POST 'https://<array-mgmt-vip>/api/2.30/login' --header 'api-token: <api-token>'

// From the headers of the login, grab the x-auth-token and query Alerts
curl -k -D - --location 'https://<array-mgmt-vip>/api/2.30/alerts' --header 'Accept: application/json' --header 'x-auth-token: <x-auth-token received from headers from the login>'

I would recommend NOT to paste the output from your array on here, but please email us the results. Thank you!

from pure-fa-openmetrics-exporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.