-
Notifications
You must be signed in to change notification settings - Fork 45
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
Can I submit metrics using client token? (intead of api_key/app_key) #76
Comments
I would very much like this too. |
Yeah!!! Datadog would become super engrained at our company if we could send off metrics from our app. Right now it's a glorified log collector. We use some of the log processing features to generate faux-metrics, but I wish I could send off real metrics from our app. 🙏 |
Unfortunately you won't be able to use a client token for this.
This is just a client for the API which requires an API and possibly an APP
token.
I would suggest reaching support@datadoghq.com to explain your use case and
see what the best options are!
…On Wed, Jan 27, 2021, 2:21 PM Ben Standefer ***@***.***> wrote:
Yeah!!! Datadog would become super engrained at our company if we could
send off metrics from our app. Right now it's a glorified log collector. We
use some of the log processing features to generate faux-metrics, but I
wish I could send off real metrics from our app.
🙏
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#76 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKCLILKPXFNU3ZIKULHOZTS4BRSHANCNFSM4O7B2BMA>
.
|
What I've found is that the browser SDK can send logs via a client token. Not sure about metrics. Our use case is that we want a limited key/token that we can use to send some data. We'd prefer metrics, but possibly we could send logs and parse metrics out of it. We don't want to distribute an all-powerful API token across our dev machines, but we're trying to collect app build performance metrics from devs machines to measure developer experience. It seems there's no way to restrict an API key, so I was going down the path of using a client token. However, I can't get the browser SDK to work outside the browser (Node in our case), so I'm stuck trying to reverse engineer the RUM API calls without any documentation on the RUM intake API being available that I can find. Any suggestions would be welcome. |
Thanks for building this great library!
Hi, I'm building an Electron app and I'd like to collect metrics from the app. Is there any way I can use a Client Token to submit metrics? I'm playing with the API but keep getting erros that api_key is required.
The log management system and RUM can take a client token, but I haven't found a way to get their metrics APIs to accept a client token.
The text was updated successfully, but these errors were encountered: