Skip to content

Instantly share code, notes, and snippets.

@shairyar
Last active February 7, 2024 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shairyar/026cc5a0e4deefdbe5b84f9dd82d58bd to your computer and use it in GitHub Desktop.
Save shairyar/026cc5a0e4deefdbe5b84f9dd82d58bd to your computer and use it in GitHub Desktop.
Fetch custom metric from AppSignal
query MetricKeysQuery {
app(id: "YOUR-APP-ID") {
metrics {
keys(name: "custom_exports.send") {
name
tags {
key
value
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment