
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@pulumi/signalfx
Advanced tools
The SignalFx resource provider for Pulumi lets you manage SignalFx resources in your cloud programs. To use this package, please install the Pulumi CLI first.
This package is available in many languages in the standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/signalfx
or yarn
:
$ yarn add @pulumi/signalfx
To use from Python, install using pip
:
$ pip install pulumi_signalfx
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/pulumi/pulumi-signalfx/sdk/v7
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Signalfx
The following configuration points are available:
signalfx:authToken
- (Required) The auth token for authentication. This can also be set via the SFX_AUTH_TOKEN
environment variable.signalfx:apiUrl
- (Optional) The API URL to use for communicating with SignalFx. This is helpful for organizations
who need to set their Realm or use a proxy. Note: You likely want to change customAppUrl
too!signalfx:customAppUrl
- (Optional) The application URL that users should use to interact with assets in the browser.
This is used by organizations using specific realms or those with a custom SSO domain.For further information, please visit the SignalFx provider docs or for detailed reference documentation, please visit the API docs.
FAQs
A Pulumi package for creating and managing SignalFx resources.
The npm package @pulumi/signalfx receives a total of 1,035 weekly downloads. As such, @pulumi/signalfx popularity was classified as popular.
We found that @pulumi/signalfx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.