Skip to content

Commit

Permalink
Fix: dynatrace tile category (#8289)
Browse files Browse the repository at this point in the history
* fix dynatrace category

* reviewer edits

* more reviewer feedback
  • Loading branch information
lena-larionova authored Dec 18, 2024
1 parent 68f53ef commit abf385f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
10 changes: 5 additions & 5 deletions app/_hub/dynatrace/dynatrace/_metadata/_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publisher: Dynatrace

categories:
- premium-partner
- security
- analytics-monitoring

search_aliases:
- opentelemetry
Expand All @@ -19,10 +19,7 @@ premiumpartner: true
enterprise: false
konnect: true

desc: Set up Dynatrace with the OpenTelemetry plugin to send logs and metrics to Dynatrace

# support_url:
# source_code:
desc: Set up Dynatrace with the OpenTelemetry plugin to send traces, metrics, and logs to Dynatrace

kong_version_compatibility:
community_edition:
Expand All @@ -36,3 +33,6 @@ kong_version_compatibility:

dbless_compatible: yes

custom_support_banner: |
{:.partner-plugin no-icon}
> **Partner Integration:** This integration is **developed, tested, and maintained** by Kong.
9 changes: 5 additions & 4 deletions app/_includes/md/plugins-hub/dynatrace.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

## Prerequisites
* Install the `contrib` version of the [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/installation/).
The `contrib` version is necessary for generating metrics.
* Install the [Dynatrace Collector](https://docs.dynatrace.com/docs/ingest-from/opentelemetry/collector)
* {{site.base_gateway}} 3.8+

## Configure {{site.base_gateway}}
Expand All @@ -15,7 +14,7 @@ tracing_sampling_rate = 1.0

## Configure the OpenTelemetry plugin

Adjust the `{OPENTELEMETRY_COLLECTOR}` variable with your own collector endpoint:
Adjust the `{your-environment-id}` variable with your own Collector endpoint:

<!--vale off-->
{% plugin_example %}
Expand All @@ -42,7 +41,7 @@ formats:

## Configure the OpenTelemetry Collector

Configure your OpenTelemetry Collector to send data to the Dynatrace environment.
Configure your Dynatrace OpenTelemetry Collector to send data to the Dynatrace environment.

The following example OpenTelemetry configuration shows how to export traces and logs:

Expand Down Expand Up @@ -73,6 +72,8 @@ service:
## Export application span metrics
Kong relies on the OpenTelemetry Collector to calculate the metrics based on the traces the OpenTelemetry plugin generates.
To include span metrics for application traces, configure the collector exporters section of
the OpenTelemetry Collector configuration file:
Expand Down
4 changes: 4 additions & 0 deletions app/_layouts/extension.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@

{% unless page.extn_publisher == "kong-inc" %}
{% if page.premiumpartner %}
{% if page.custom_support_banner %}
{{ page.custom_support_banner | markdownify }}
{% else %}
<blockquote class="partner-plugin no-icon">
<b>Partner Plugin:</b> This plugin is <b>developed, tested, and maintained</b> by {{ page.publisher }}
{% endif %}
{% else %}
<blockquote class="community-plugin no-icon">
<b>Contact 3rd party for support:</b> This plugin is <b>developed, tested, and maintained</b> by {{ page.publisher }}
Expand Down

0 comments on commit abf385f

Please sign in to comment.