You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When configuring an environment in the rule configuration, the environment's slugified name must be used as that is what is returned by the Honeycomb API.
This isn't as obvious as it could be, and supporting the non-slugified version of the environment name might be useful.
Describe the solution you'd like
Be able to provide either slugified or non-slugified name of the environment when configuring rules.
Describe alternatives you've considered
The Honeycomb API only returns the slugified version, it could return both versions.
Additional context
The text was updated successfully, but these errors were encountered:
* add support for env name from auth
* use only env name in auth call and cache
closes [Support non-slugified environment names](#407) #407
* Environment name will be returned in auth call in addition to slug.
* Environment slug is no longer supported in the rules file. If it becomes an issue and there is high demand for it, we can consider adding it as an option later.
* Using the environment name instead of the slug is more intuitive for end users, as they set the environment name intentionally, not the slug. This can now be used in the rules config instead of worrying about the structure of the slugified version of the environment.
ghost
pushed a commit
to opsramp/tracing-proxy
that referenced
this issue
Jul 5, 2024
* add support for env name from auth
* use only env name in auth call and cache
closes [Support non-slugified environment names](honeycombio#407) honeycombio#407
* Environment name will be returned in auth call in addition to slug.
* Environment slug is no longer supported in the rules file. If it becomes an issue and there is high demand for it, we can consider adding it as an option later.
* Using the environment name instead of the slug is more intuitive for end users, as they set the environment name intentionally, not the slug. This can now be used in the rules config instead of worrying about the structure of the slugified version of the environment.
Is your feature request related to a problem? Please describe.
When configuring an environment in the rule configuration, the environment's slugified name must be used as that is what is returned by the Honeycomb API.
This isn't as obvious as it could be, and supporting the non-slugified version of the environment name might be useful.
Describe the solution you'd like
Be able to provide either slugified or non-slugified name of the environment when configuring rules.
Describe alternatives you've considered
The Honeycomb API only returns the slugified version, it could return both versions.
Additional context
The text was updated successfully, but these errors were encountered: