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

(status page) Add missing api key state #969

Conversation

the-overengineer
Copy link
Contributor

Add a special state for Kamon APM reporter that guides the user in case
their API key is not configured or is invalid.

Update Typescript and underscore to allow for modern dev practices.

The link itself will change once we have the new onboarding. We could wait to merge this until then.

Add a special state for Kamon APM reporter that guides the user in case
their API key is not configured or is invalid.

Update Typescript and underscore to allow for modern dev practices.
:key="reporter.name"
:module="reporter"
:is-missing-key="isMisconfiguredApmModule(reporter)"
/>
<div v-if="!hasApmModule" class="apm-suggestion">
<a href="https://kamon.io/apm/?utm_source=kamon&utm_medium=status-page&utm_campaign=kamon-status" target="_blank">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

While touching, want me to change this, @ivantopo?

Do a best guess for which integration we're using to toggle the upcoming
"continue onboarding" flow where the service name and the correct
framework/lib (best we can tell) are pre-filled and the user just has to
copy-paste their configuration or API key.
@SimunKaracic SimunKaracic merged commit 03ca123 into kamon-io:master Apr 9, 2021
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.

2 participants