Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For details on Relay, see [here](README.relay.md).

## Writing Handlers

Axon also makes it very easy to write sophisicated code that can send date to Cortex either on a regular interval, a cron schedule, or after processing a webhook.
Axon also makes it very easy to write sophisicated code that can send data to Cortex either on a regular interval, a cron schedule, or after processing a webhook.

### Setting up a Handler Project in Python

Expand Down Expand Up @@ -230,4 +230,4 @@ The agent exposes a Prometheus endpoint at `/metrics` on the default port (80),
* `axon_http_requests` (counter) the number of HTTP requests made to the agent, with labels for the method, path, and status of the request
* `axon_http_request_latency_seconds` (histogram) the latency of the HTTP request, with labels for the method, path, and status of the request
* `broker_operations` (counter) the number of operations made to the broker, with labels for the operation type (`broker_start`, `broker_restart`, `broker_register`, `broker-exit`) and status of the request
* `axon_webhook_received` (counter) the number of webhooks received, with labels for the webhook id and status of the request
* `axon_webhook_received` (counter) the number of webhooks received, with labels for the webhook id and status of the request
Loading