Grafana
grafanaOpen and composable observability platform for metrics, logs, and traces
Acciones disponibles (11)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create OTLP v1 LogsGRAFANA_CREATE_OTLP_V1_LOGSAcciónTool to create OTLP v1 logs in Grafana Loki. Use when you need to send OpenTelemetry Protocol logs to Grafana for ingestion and storage.
GRAFANA_CREATE_OTLP_V1_LOGSAcciónTool to create OTLP v1 logs in Grafana Loki. Use when you need to send OpenTelemetry Protocol logs to Grafana for ingestion and storage.
Parámetros de entrada
resourceLogsobject[]ObligatorioList of resource logs to send to Grafana Loki.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Distributor HA TrackerGRAFANA_GET_DISTRIBUTOR_HA_TRACKERAcciónTool to retrieve distributor HA tracker status. Use when you need to check which replica has been elected as leader for each Prometheus HA cluster.
GRAFANA_GET_DISTRIBUTOR_HA_TRACKERAcciónTool to retrieve distributor HA tracker status. Use when you need to check which replica has been elected as leader for each Prometheus HA cluster.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Grafana Health StatusGRAFANA_GET_HEALTHAcciónCheck Grafana server health and database connectivity. Returns 'ok' if Grafana's web server is running and can access the database. Use when you need to verify Grafana instance availability before performing operations.
GRAFANA_GET_HEALTHAcciónCheck Grafana server health and database connectivity. Returns 'ok' if Grafana's web server is running and can access the database. Use when you need to verify Grafana instance availability before performing operations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Index Gateway Ring StatusGRAFANA_GET_INDEX_GATEWAY_RINGAcciónTool to retrieve the index gateway hash ring status from Grafana Loki. Returns information about the state, health, and last heartbeat time of each index gateway in the ring.
GRAFANA_GET_INDEX_GATEWAY_RINGAcciónTool to retrieve the index gateway hash ring status from Grafana Loki. Returns information about the state, health, and last heartbeat time of each index gateway in the ring.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get overrides exporter ringGRAFANA_GET_OVERRIDES_EXPORTER_RINGAcciónTool to retrieve the overrides-exporter hash ring status as an HTML page. Use when you need to check the state, health, and heartbeat information of overrides-exporter instances. Only accessible when -overrides-exporter.ring.enabled flag is true.
GRAFANA_GET_OVERRIDES_EXPORTER_RINGAcciónTool to retrieve the overrides-exporter hash ring status as an HTML page. Use when you need to check the state, health, and heartbeat information of overrides-exporter instances. Only accessible when -overrides-exporter.ring.enabled flag is true.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Ruler Ring StatusGRAFANA_GET_RULER_RINGAcciónTool to retrieve the ruler ring status from Grafana Mimir. Use when you need to check the distributed hash ring topology and operational status of ruler instances.
GRAFANA_GET_RULER_RINGAcciónTool to retrieve the ruler ring status from Grafana Mimir. Use when you need to check the distributed hash ring topology and operational status of ruler instances.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get License StatusGRAFANA_GET_STATUSAcciónTool to check if a valid Grafana Enterprise license is available. Use when you need to verify license status or availability.
GRAFANA_GET_STATUSAcciónTool to check if a valid Grafana Enterprise license is available. Use when you need to verify license status or availability.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Store Gateway TenantsGRAFANA_GET_STORE_GATEWAY_TENANTSAcciónRetrieves store gateway tenants. Returns a list of tenants that have blocks stored in the store-gateway's configured storage. Use when you need to view which tenants have data stored on a store-gateway node.
GRAFANA_GET_STORE_GATEWAY_TENANTSAcciónRetrieves store gateway tenants. Returns a list of tenants that have blocks stored in the store-gateway's configured storage. Use when you need to view which tenants have data stored on a store-gateway node.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Post ACSGRAFANA_POST_ACSAcciónTool to perform SAML Assertion Consumer Service (ACS) operation. Use when processing SAML authentication responses from an identity provider. This endpoint typically handles the SAML assertion and returns a redirect response (HTTP 302).
GRAFANA_POST_ACSAcciónTool to perform SAML Assertion Consumer Service (ACS) operation. Use when processing SAML authentication responses from an identity provider. This endpoint typically handles the SAML assertion and returns a redirect response (HTTP 302).
Parámetros de entrada
relay_statestringOptional relay state parameter for SAML authentication flow. This is typically used to maintain state between the identity provider and service provider during SAML authentication.
saml_responsestringObligatorioBase64-encoded SAML Response from the Identity Provider. This contains the SAML assertion with authentication information.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Query Public Dashboard PanelGRAFANA_QUERY_PUBLIC_DASHBOARDAcciónQuery a panel on a public Grafana dashboard to retrieve time-series data and metrics. Use when you need to fetch visualization data from a publicly shared dashboard without authentication. Returns data frames with query results for the specified time range.
GRAFANA_QUERY_PUBLIC_DASHBOARDAcciónQuery a panel on a public Grafana dashboard to retrieve time-series data and metrics. Use when you need to fetch visualization data from a publicly shared dashboard without authentication. Returns data frames with query results for the specified time range.
Parámetros de entrada
tostringObligatorioEnd time for the query. Can be absolute timestamp (epoch ms) or relative time expression (e.g., 'now', 'now-1h'). Typically 'now' for current time.
fromstringObligatorioStart time for the query. Can be absolute timestamp (epoch ms) or relative time expression (e.g., 'now-6h', 'now-1d', 'now-7d'). Use 'now' for current time.
panel_idintegerObligatorioPanel ID to query (numeric identifier of the panel within the dashboard)
intervalMsintegerTime interval between data points in milliseconds. Controls data aggregation granularity.
access_tokenstringObligatorioPublic dashboard access token (unique identifier for the shared dashboard)
maxDataPointsintegerMaximum number of data points to return. Helps control query resolution and response size.
base_url_overridestringOptional base URL override for the Grafana instance hosting the public dashboard. If not provided, uses the authenticated instance URL. Useful for querying public dashboards from other Grafana instances (e.g., 'https://play.grafana.org').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve JWKSGRAFANA_RETRIEVE_JWKSAcciónTool to retrieve JSON Web Key Set (JWKS) with all public keys for token verification. Use when you need to get the keys that can verify JWT tokens.
GRAFANA_RETRIEVE_JWKSAcciónTool to retrieve JSON Web Key Set (JWKS) with all public keys for token verification. Use when you need to get the keys that can verify JWT tokens.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not