Skip to content

Commit

Permalink
fix confmap provider name (#5683)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 authored Nov 27, 2024
1 parent 9485be1 commit 41a2ea2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/registry-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"description": "The type of the entry",
"enum": [
"application integration",
"confmap provider",
"core",
"exporter",
"extension",
"instrumentation",
"log-bridge",
"processor",
"provider",
"receiver",
"resource-detector",
"utilities"
Expand Down
2 changes: 1 addition & 1 deletion data/registry/collector-confmap-provider-envprovider.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cSpell:ignore confmap, envprovider
title: Collector Environment Variable Provider
registryType: confmap provider
registryType: provider
language: collector
tags:
- go
Expand Down
2 changes: 1 addition & 1 deletion data/registry/collector-confmap-provider-fileprovider.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cSpell:ignore confmap, fileprovider
title: Collector File Provider
registryType: confmap provider
registryType: provider
language: collector
tags:
- go
Expand Down
2 changes: 1 addition & 1 deletion data/registry/collector-confmap-provider-httpprovider.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cSpell:ignore confmap, httpprovider
title: Collector HTTP Provider
registryType: confmap provider
registryType: provider
language: collector
tags:
- go
Expand Down
2 changes: 1 addition & 1 deletion data/registry/collector-confmap-provider-httpsprovider.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cSpell:ignore confmap, httpsprovider
title: Collector HTTPS Provider
registryType: confmap provider
registryType: provider
language: collector
tags:
- go
Expand Down
2 changes: 1 addition & 1 deletion data/registry/collector-confmap-provider-yamlprovider.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cSpell:ignore confmap, yamlprovider
title: Collector YAML Provider
registryType: confmap provider
registryType: provider
language: collector
tags:
- go
Expand Down

0 comments on commit 41a2ea2

Please sign in to comment.