-
Notifications
You must be signed in to change notification settings - Fork 13
Add metrics language details #349
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
base: main
Are you sure you want to change the base?
Conversation
Licenser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weeeehhh!
Co-authored-by: Heinz N. Gies <heinz@licenser.net>
Licenser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<3 didn't spot anything wrong from a technical side 🚀 great work!!!
Co-authored-by: Heinz N. Gies <heinz@licenser.net>
Update query-metrics.mdx
Co-authored-by: Arne Bahlo <arne@axiom.co>
Licenser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 awesome :D
Co-authored-by: Heinz N. Gies <heinz@licenser.net>
| When using the OTLP/HTTP endpoint for traces and logs, the following endpoint URLs should be used in your SDK exporter OTel configuration. | ||
| - Traces: `https://AXIOM_DOMAIN/v1/traces` | ||
| - Logs: `https://AXIOM_DOMAIN/v1/logs` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Logs: `https://AXIOM_DOMAIN/v1/logs` | |
| - Metrics: `https://AXIOM_DOMAIN/v1/metrics` |
| endpoint: https://AXIOM_DOMAIN | ||
| headers: | ||
| authorization: Bearer API_TOKEN | ||
| x-axiom-dataset: DATASET_NAME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| x-axiom-metrics-dataset: production-metrics | |
| x-axiom-traces-dataset: production-traces | |
| x-axiom-logs-dataset: production-logs |
cc @bahlo that's correct right?
|
Converting to draft in favour of #438 |
Preview:
https://axiom-mano-metrics.mintlify.app/query-data/metrics/overview
https://axiom-mano-metrics.mintlify.app/query-data/metrics/query-metrics
https://axiom-mano-metrics.mintlify.app/query-data/metrics/sample-queries
https://axiom-mano-metrics.mintlify.app/query-data/metrics/migrate-metrics
https://axiom-mano-metrics.mintlify.app/reference/datasets#create-dataset
fixes M-1
fixes M-217