Skip to content

Conversation

@benenharrington
Copy link
Contributor

No description provided.


```bash
heroku drains:add https://axiom:API_TOKEN@AXIOM_DOMAIN/v1/datasets/DATASET_NAME/ingest -a HEROKU_APPLICATION_NAME
heroku drains:add https://axiom:API_TOKEN@AXIOM_DOMAIN/v1/ingest/{AXIOM_DATASET} -a HEROKU_APPLICATION_NAME
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm good point, do we still support this ...

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think for the sake of this PR, updating the endpoint is fine. I'll check later on about Heroku support.

benenharrington and others added 2 commits November 5, 2025 10:42
Co-authored-by: Mano Toth <71388581+manototh@users.noreply.github.com>
Co-authored-by: Mano Toth <71388581+manototh@users.noreply.github.com>
'apiToken' => env('AXIOM_API_TOKEN'),
'dataset' => env('AXIOM_DATASET'),
'axiomUrl' => env('AXIOM_URL'),
'region' => env('AXIOM_REGION', 'us-east-1.aws'),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit confused about these changes. Could you please check if these are correct?


```bash
heroku drains:add https://axiom:API_TOKEN@AXIOM_DOMAIN/v1/datasets/DATASET_NAME/ingest -a HEROKU_APPLICATION_NAME
heroku drains:add https://axiom:API_TOKEN@AXIOM_DOMAIN/v1/ingest/{AXIOM_DATASET} -a HEROKU_APPLICATION_NAME
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think for the sake of this PR, updating the endpoint is fine. I'll check later on about Heroku support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants