Skip to content
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

[Request]: Check for Amazon Managed Grafana environment #245

Closed
sarahzinger opened this issue Nov 13, 2023 · 1 comment
Closed

[Request]: Check for Amazon Managed Grafana environment #245

sarahzinger opened this issue Nov 13, 2023 · 1 comment

Comments

@sarahzinger
Copy link
Member

Discussed in https://github.com/grafana/grafana-iot-twinmaker-app/discussions/216

Originally posted by hwandersman September 14, 2023
We want to track which of our customers are using Amazon Managed Grafana (AMG) to run this plugin, or a self-managed Grafana server. We can do this by checking the AWS_TRAVERSAL_FETCH variable. This is a configuration option for the AWS Datasource provisioner app, which is only used in AMG.

The easiest way to notify AWS IoT TwinMaker is through the user agent header in each API call. We already provide information about the Grafana build and runtime version. We should also add whether this is in AMG or not.

We should update the user agent string to be "%s/%s (%s; %s;) %s/%s-%s Grafana/%s AMG/%s", where the last string is a check: os.Getenv("AWS_TRAVERSAL_FETCH"). We should also show either true or false so it will be easy to parse and track with metrics from TwinMaker.

@sarahzinger sarahzinger moved this from Incoming to Backlog in AWS Datasources Nov 13, 2023
@kevinwcyu kevinwcyu moved this from Backlog to Feature requests in AWS Datasources Nov 17, 2023
@kevinwcyu kevinwcyu moved this from Icebox to Backlog in AWS Datasources Nov 17, 2023
@taleena
Copy link
Collaborator

taleena commented Dec 19, 2023

Done in #217

@taleena taleena closed this as completed Dec 19, 2023
@github-project-automation github-project-automation bot moved this from Backlog to Done in AWS Datasources Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants