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

Build Metrics Data Source Modules #23

Closed
1 task done
Clivern opened this issue Jan 22, 2019 · 2 comments
Closed
1 task done

Build Metrics Data Source Modules #23

Clivern opened this issue Jan 22, 2019 · 2 comments
Assignees

Comments

@Clivern
Copy link
Member

Clivern commented Jan 22, 2019

  • NewRelic
@Clivern
Copy link
Member Author

Clivern commented Jan 23, 2019

For Metrics Application: Allow him to provide the following data

$TOKEN: the token but not required
$INTERVAL: daily, weekly, monthly
$ENDPOINT_URL: Backend URL


curl -X GET \
    -H 'Content-Type: application/json' \
    -H 'X-AUTH-TOKEN: ${TOKEN}' \
    -d '' \
    '${ENDPOINT_URL}?interval=${INTERVAL}'

{
    "datapoints": [
        [
            1.96,
            1548195900
        ],
        [
            1.91,
            1548196200
        ],
        [
            1.96,
            1548196500
        ],
        [
            1.97,
            1548196800
        ],
        [
            1.94,
            1548197100
        ],
        [
            1.93,
            1548197400
        ],
        [
            2,
            1548197700
        ],
        [
            2.02,
            1548198000
        ]
    ]
}

@Clivern Clivern added this to the Kick off milestone Jan 27, 2019
@Clivern Clivern mentioned this issue Feb 2, 2019
20 tasks
@Clivern
Copy link
Member Author

Clivern commented Feb 13, 2019

Pingdom

Email ~ The email you use to log in to Pingdom.
Password ~ The password you use to log in to Pingdom.
Application key ~ The key for the specific application you want in Pingdom.

New Relic

API key ~ Your API key for New Relic.

Datadog

API key ~ Your API key for Datadog.
Application key ~ The key for the specific application you want in Datadog.

Librato

Email ~ The email you use to log in to Librato.
API token ~ Your API token for Librato.

@Clivern Clivern closed this as completed Feb 27, 2019
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

1 participant